aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 38db3a9..61df835 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,3 @@
-.ONESHELL:
-
build: sass tmpl
go build -o bin/cerrado
@@ -10,10 +8,12 @@ test:
go test -v --tags=unit ./...
sass:
- @make -p static
+ @mkdir -p static
sassc \
-I scss scss/main.scss static/main.css
tmpl:
- cd ./templates
+ cd ./templates && \
qtc *
+
+.PHONY: sass