From f5b5f72f7eaf14692b8036c3698037c647b2423a Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Sun, 5 May 2024 19:02:43 +0200 Subject: feat: Add qtc templating --- Makefile | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c947b68..38db3a9 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,19 @@ -build: sass +.ONESHELL: + +build: sass tmpl go build -o bin/cerrado -run: sass +run: sass tmpl go run . test: go test -v --tags=unit ./... sass: + @make -p static sassc \ - -I scss scss/main.scss bin/main.css + -I scss scss/main.scss static/main.css + +tmpl: + cd ./templates + qtc * -- cgit v1.2.3