diff --git a/Makefile b/Makefile index 376729f..ba64bb8 100644 --- a/Makefile +++ b/Makefile @@ -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