diff --git a/Makefile b/Makefile index 532c5ae..c88fb6c 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,8 @@ TEMPLATES := $(wildcard templates/*.tmpl) GO ?= go .PHONY: run runall test build clean start help +.DEFAULT_GOAL := build + run.go: $(GOFILES) $(TEMPLATES) $(GO) generate