7 lines
131 B
Makefile
7 lines
131 B
Makefile
templates/%.qtpl.go: templates/%.qtpl
|
|
cd templates; qtc
|
|
todo: *.go templates/*.go
|
|
go build
|
|
clean:
|
|
rm todo templates/*.qtpl.go
|