finish
This commit is contained in:
6
Makefile
6
Makefile
@@ -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/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user