Skip to content

Commit

Permalink
Make 'make clean' clean more
Browse files Browse the repository at this point in the history
Change-Id: Ifcd7d609c27e6b67d6fb105594a92466511657dc
  • Loading branch information
dklayer committed Jul 10, 2012
1 parent 4f9f6ef commit a491b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Expand Up @@ -79,7 +79,7 @@ srcdist: FORCE
$(mlisp) -L build.tmp -kill $(mlisp) -L build.tmp -kill


clean: FORCE clean: FORCE
rm -f *.tmp rm -f *.tmp *.gz
find . -name '*.fasl' -print | xargs rm -f find . -name '*.fasl' -print | xargs rm -f


cleanall distclean: clean cleanall distclean: clean
Expand Down

0 comments on commit a491b2b

Please sign in to comment.