Skip to content

Commit

Permalink
Add default goal
Browse files Browse the repository at this point in the history
  • Loading branch information
devries committed Dec 7, 2023
1 parent f84b8eb commit 77db65e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 77db65e

Please sign in to comment.