Rework build system

This commit is contained in:
2016-02-04 20:39:50 +01:00
parent 9f880f8705
commit ef5176e7ec
5 changed files with 256 additions and 41 deletions

9
Makefile Normal file
View File

@@ -0,0 +1,9 @@
all:
make -C src
clean:
make -C src clean
ultra_clean:
make -C src ultra_clean