aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 7c71e4f0dff4d338f19480f2431afe59c50dc407 (plain) (blame)
1
2
3
4
5
forge: templates.ha *.ha
	hare build $(HAREFLAGS) -o $@ .

templates.ha: templates/*.htmpl
	htmplgen -o $@ $^