add Makefile
This commit is contained in:
parent
f092c2e996
commit
e022080692
1 changed files with 8 additions and 0 deletions
8
Makefile
Normal file
8
Makefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
.PHONY: all src css
|
||||
|
||||
all: css src
|
||||
|
||||
css:
|
||||
css/build.sh
|
||||
src:
|
||||
src/build.sh
|
Loading…
Add table
Add a link
Reference in a new issue