Migrate to makefile

This commit is contained in:
Adam Stankiewicz
2020-08-24 11:52:33 +02:00
parent b2055afaa7
commit 55ad5a982a
2 changed files with 12 additions and 4 deletions

7
Makefile Normal file
View File

@@ -0,0 +1,7 @@
.PHONY: all
all:
@ scripts/build
test:
@ scripts/test