Skip to content

Commit

Permalink
Don't delete server.js in 'clean' task
Browse files Browse the repository at this point in the history
  • Loading branch information
grncdr committed Apr 13, 2012
1 parent 8c89821 commit 4cd932d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ test : all
@mocha --compilers coffee:coffee-script --reporter $(REPORTER) @mocha --compilers coffee:coffee-script --reporter $(REPORTER)


clean : clean :
@rm *.js lib/*.js || true @rm lib/*.js || true

0 comments on commit 4cd932d

Please sign in to comment.