mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
Build disk-mapper by default
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
78af3b173f
commit
04b39c17b4
@ -6,7 +6,7 @@ enable_testing()
|
||||
#
|
||||
# core-os disk-mapper
|
||||
#
|
||||
add_custom_target(disk-mapper
|
||||
add_custom_target(disk-mapper ALL
|
||||
go build -o ${CMAKE_BINARY_DIR}/disk-mapper -ldflags "-s -w"
|
||||
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/state/cmd
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user