Add a minimal Makefile that lets 'make' and 'make clean' do the Right Thing

This commit is contained in:
nick
2013-02-05 09:44:59 +00:00
parent 1afba29b63
commit 719bd30071

7
Makefile Normal file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/make -f
all:
rake build
clean:
rake clean