aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 38db3a9c283ce4cd2538f1fc454111ed9ff12035 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.ONESHELL:

build: sass tmpl
	go build -o bin/cerrado

run: sass tmpl
	go run .

test:
	go test -v --tags=unit ./...

sass:
	@make -p static
	sassc \
		-I scss scss/main.scss static/main.css

tmpl:
	cd ./templates
	qtc *