Skip to content

Commit

Permalink
fixed over-eager clean
Browse files Browse the repository at this point in the history
  • Loading branch information
aerskine committed Apr 4, 2012
1 parent 7c63500 commit 18c8873
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/flisp/Makefile
Expand Up @@ -85,5 +85,7 @@ clean:
rm -f *.o *.bc
rm -f *.do *.dbc
rm -f *.a
rm -f $(EXENAME)*
rm -f $(EXENAME)-debug*
rm -f $(EXENAME)
rm -f $(EXENAME)-debug
rm -f $(EXENAME).js
rm -f $(EXENAME)-debug.js

0 comments on commit 18c8873

Please sign in to comment.