~free.ekanayaka/storm/any-expr

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: James Henstridge
  • Date: 2009-03-04 16:56:58 UTC
  • mfrom: (298 trunk)
  • mto: This revision was merged to the branch mainline in revision 301.
  • Revision ID: james@jamesh.id.au-20090304165658-38byw0cvce12kah0
merge from trunk, fixing conflicts

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
clean:
 
25
        rm -rf build
 
26
        find . -name "*.so" -type f -exec rm -f {} \;
 
27
        find . -name "*.pyc" -type f -exec rm -f {} \;
 
28
        find . -name "*~" -type f -exec rm -f {} \;
 
29
 
24
30
.PHONY: all build test