Include the Makefile for the master branch
This commit is contained in:
parent
2f03f9d830
commit
987eed2efa
|
@ -0,0 +1,14 @@
|
|||
clean:
|
||||
rm css/*
|
||||
|
||||
css:
|
||||
sass scss:css
|
||||
|
||||
css-watch:
|
||||
sass -w scss:css
|
||||
|
||||
server:
|
||||
python -m http.server
|
||||
|
||||
dev:
|
||||
make -j 2 css-watch server
|
Loading…
Reference in New Issue