mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 20:43:44 +02:00
Fix clean
This commit is contained in:
parent
a0374da4f3
commit
af846f7e3f
1 changed files with 1 additions and 1 deletions
|
@ -114,6 +114,6 @@ set(
|
||||||
add_custom_target(zerotier ALL
|
add_custom_target(zerotier ALL
|
||||||
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
|
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
|
||||||
COMMAND rm -f ./build/zerotier && go build -trimpath -ldflags -s -w -buildmode=pie -o ./build/zerotier cmd/zerotier/zerotier.go
|
COMMAND rm -f ./build/zerotier && go build -trimpath -ldflags -s -w -buildmode=pie -o ./build/zerotier cmd/zerotier/zerotier.go
|
||||||
|
ADDITIONAL_CLEAN_FILES ./build/zerotier
|
||||||
)
|
)
|
||||||
add_dependencies(zerotier zt_osdep zt_core zt_controller zt_service_io_core)
|
add_dependencies(zerotier zt_osdep zt_core zt_controller zt_service_io_core)
|
||||||
ADDITIONAL_CLEAN_FILES(./build/zerotier)
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue