diff options
Diffstat (limited to 'skate')
-rw-r--r-- | skate/Makefile | 1 |
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 $@ $< |