Skip to content

Commit

Permalink
Add 'make clean' target.
Browse files Browse the repository at this point in the history
  • Loading branch information
apenwarr committed Aug 18, 2008
1 parent 5cdd35d commit 398a440
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
@@ -0,0 +1,8 @@

default: all

all:
@echo "Nothing to build. Try 'make clean' if you want to clean up."

clean:
rm -f *~

0 comments on commit 398a440

Please sign in to comment.