Add a simple Makefile

This commit is contained in:
Frank Denis 2020-06-21 22:23:38 +02:00
parent 5e676204f7
commit b0c4cfaccd

5
Makefile Normal file
View File

@ -0,0 +1,5 @@
all: clean
@./utils/format.py
clean:
-@rm -f */*~