diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 | 
1 files changed, 6 insertions, 2 deletions
| @@ -4,10 +4,14 @@ GO_BUILD?= go build -v  all: build -run: +run: tmpl  	$(GO_RUN) . -build: +build: tmpl  	$(GO_BUILD) \  		-o bin/$(BIN) \  		. + +tmpl: +	cd ./templates && \ +	qtc * | 
