aboutsummaryrefslogtreecommitdiffstats
path: root/skate/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'skate/Makefile')
-rw-r--r--skate/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/skate/Makefile b/skate/Makefile
index 255bc28..39858bb 100644
--- a/skate/Makefile
+++ b/skate/Makefile
@@ -13,6 +13,7 @@ generate:
.PHONY: all
all: generate $(TARGETS)
+ go mod tidy
%: cmd/%/main.go
go build -o $@ $<