mirror of
https://github.com/daeuniverse/dae.git
synced 2024-12-22 21:25:01 +07:00
Update Makefile
This commit is contained in:
parent
c3b69c705b
commit
4539f38224
2
Makefile
2
Makefile
@ -67,7 +67,7 @@ dae: ebpf
|
|||||||
$(info CC=$(CC))
|
$(info CC=$(CC))
|
||||||
$(info GOARCH=$(GOARCH))
|
$(info GOARCH=$(GOARCH))
|
||||||
go build -tags=$(shell cat $(BUILD_TAGS_FILE)) -o $(OUTPUT) $(GO_BUILD_ARGS) .
|
go build -tags=$(shell cat $(BUILD_TAGS_FILE)) -o $(OUTPUT) $(GO_BUILD_ARGS) .
|
||||||
@$(STRIP) $(OUTPUT) || llvm-strip $(OUTPUT) || strip $(OUTPUT) || true
|
@$(STRIP) $(OUTPUT) || strip $(OUTPUT) || true
|
||||||
## End Dae Build
|
## End Dae Build
|
||||||
|
|
||||||
## Begin Git Submodules
|
## Begin Git Submodules
|
||||||
|
Loading…
Reference in New Issue
Block a user