add Makefile
This commit is contained in:
parent
69b651ec7f
commit
149022f312
1 changed files with 6 additions and 0 deletions
6
Makefile
Normal file
6
Makefile
Normal file
|
@ -0,0 +1,6 @@
|
|||
all:
|
||||
|
||||
clean:
|
||||
rm *~
|
||||
|
||||
.PHONY: clean all
|
Loading…
Reference in a new issue