Include the Makefile for the master branch

This commit is contained in:
Emilia Allison 2022-10-24 23:47:13 -04:00
parent 2f03f9d830
commit 987eed2efa
Signed by: emilia
GPG Key ID: 7A3F8997BFE894E0
1 changed files with 14 additions and 0 deletions

14
src/Makefile Normal file
View File

@ -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