Fix make default can't more than one target

This commit is contained in:
lucheng
2024-07-03 09:50:30 +08:00
parent 444e68f980
commit db7764a492

View File

@@ -1,7 +1,10 @@
.DEFAULT_GOAL := build build-windows
.DEFAULT_GOAL := all
IMG ?= virtuallan:latest
CONTAINER_TOOL ?= docker
.PHONY: all
all: build build-windows
.PHONY: gen
gen:
go generate pkg/cipher/cipher.go