aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ecf165d..c947b68 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,12 @@
-build:
+build: sass
go build -o bin/cerrado
-run:
+run: sass
go run .
test:
go test -v --tags=unit ./...
+
+sass:
+ sassc \
+ -I scss scss/main.scss bin/main.css