removing unused build file

This commit is contained in:
shockrah 2021-01-18 15:20:11 -08:00
parent 20563f85d6
commit 8a4cac65ff

View File

@ -1,19 +0,0 @@
# Building primarily css here
sass=static/sass/
css=static/css/
all: build-sass
live: watch-sass run
build-sass:
sh scripts/build-sass.sh build
watch-sass:
sh scripts/build-sass.sh watch &
run:
npm start
clean:
rm -f $(css)/*