Skip to content

Commit

Permalink
Make clean
Browse files Browse the repository at this point in the history
  • Loading branch information
felixge committed Sep 24, 2010
1 parent 6738f6f commit b5dd24b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ benchmark-dirty:
benchmark-all: benchmark-v8 benchmark-php benchmark-dirty benchmark-all: benchmark-v8 benchmark-php benchmark-dirty
benchmark: benchmark-dirty benchmark: benchmark-dirty


clean:
@find . -name *.dirty | xargs rm

.PHONY: test benchmark .PHONY: test benchmark

0 comments on commit b5dd24b

Please sign in to comment.