From 77db65e00cd00f916ffea7b92ef2467f031c959c Mon Sep 17 00:00:00 2001 From: Christopher De Vries Date: Thu, 7 Dec 2023 16:02:53 -0500 Subject: [PATCH] Add default goal --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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