aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGabriel A. Giovanini <mail@gabrielgio.me>2024-05-05 18:41:39 +0200
committerGabriel A. Giovanini <mail@gabrielgio.me>2024-05-05 18:41:39 +0200
commit129c73757036a8073467a2046bc73e95918f1ca1 (patch)
treeb4ea5e7af4cc17db6a3533add0f3ac7186dc42f3 /Makefile
parentfadc75c731368d39edc718246b6dedff40e097e3 (diff)
downloadcerrado-129c73757036a8073467a2046bc73e95918f1ca1.tar.gz
cerrado-129c73757036a8073467a2046bc73e95918f1ca1.tar.bz2
cerrado-129c73757036a8073467a2046bc73e95918f1ca1.zip
feat: Add bootsrap scss
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