This commit is contained in:
2021-12-22 16:38:38 +08:00
parent b8d1391bde
commit 05a5c7c82f
7 changed files with 249 additions and 147 deletions

View File

@@ -4,7 +4,7 @@ plats = linux darwin
arch ?= amd64
archs = amd64 arm arm64
all: stock ss
all: stock
define build_app
@echo 'building $(1) ...'
@@ -17,10 +17,6 @@ stock:
$(call build_app,stock,$(plat),$(arch))
.PHONY: stock
ss:
$(call build_app,ss,$(plat),$(arch))
.PHONY: ss
clean:
-@rm -f builder/*