mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-09 23:42:21 -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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue