add Makefile

This commit is contained in:
Jan Dittberner 2011-05-04 21:57:01 +02:00
parent 69b651ec7f
commit 149022f312
1 changed files with 6 additions and 0 deletions

6
Makefile Normal file
View File

@ -0,0 +1,6 @@
all:
clean:
rm *~
.PHONY: clean all