diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 | 
1 files changed, 1 insertions, 5 deletions
| @@ -10,14 +10,10 @@ all: build  run: tmpl  	$(GO_RUN) . -build: tmpl +build:  	$(GO_BUILD) \  		-o $(OUT) \  		.  install: build  	install -Dm755 $(OUT) $(BINDIR)/$(BIN) - -tmpl: -	cd ./templates && \ -	qtc * | 
