add more convenient Makefiles
This commit is contained in:
parent
ff5d56113b
commit
5cad5d8abe
2 changed files with 4 additions and 0 deletions
2
Makefile
Normal file
2
Makefile
Normal file
|
@ -0,0 +1,2 @@
|
|||
all:
|
||||
make -C asset
|
2
images/Makefile
Normal file
2
images/Makefile
Normal file
|
@ -0,0 +1,2 @@
|
|||
all:
|
||||
make -C ../asset
|
Reference in a new issue