init makefile project

This commit is contained in:
LingZhaoHui 2022-05-01 13:14:17 +08:00
parent 32166bd857
commit 85f0e4cc56

7
Makefile Normal file
View File

@ -0,0 +1,7 @@
default: all
.DEFAULT:
cd src && $(MAKE) $@