summaryrefslogtreecommitdiffhomepage
path: root/Makefile
blob: c4f6bdc76b5ab81c83684d20f770a31d48d6556e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Generating translations is rather slow; so don’t do that by default
all:
	TEMPL_EXPERIMENT=rawgo go generate ./template
	go build

all-i18n:
	TEMPL_EXPERIMENT=rawgo go generate ./template ./lib
	find . -name out.gotext.json | mcp -b sed s/out/messages/
	go build

watch:
	ls euro-cash.eu | entr -r ./euro-cash.eu -no-email -port $${PORT:-8080}