~free.ekanayaka/storm/any-expr

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Jamu Kakar
  • Date: 2009-08-08 02:37:14 UTC
  • mfrom: (302.2.15 version-0.15)
  • Revision ID: jkakar@kakar.ca-20090808023714-ih4np8oao4xxuaiu
Tags: 0.15
Merged version-0.15 [trivial]

Storm has been updated to version 0.15.  The Debian package source
has been updated to build correctly on all supported releases of
Ubuntu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
        # Run the tests once with cextensions and once without them.
22
22
        $(TEST_COMMAND) && STORM_CEXTENSIONS=1 $(TEST_COMMAND)
23
23
 
 
24
release:
 
25
        $(PYTHON) setup.py sdist --formats bztar
 
26
 
24
27
clean:
25
28
        rm -rf build
 
29
        rm -rf build-stamp
 
30
        rm -rf dist
 
31
        rm -rf storm.egg-info
 
32
        rm -rf debian/files
 
33
        rm -rf debian/python-storm
 
34
        rm -rf debian/python-storm.*
26
35
        find . -name "*.so" -type f -exec rm -f {} \;
27
36
        find . -name "*.pyc" -type f -exec rm -f {} \;
28
37
        find . -name "*~" -type f -exec rm -f {} \;