mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-10 15:03:34 +00:00
8 lines
152 B
Makefile
8 lines
152 B
Makefile
|
SRC_CC = library.cc child.cc server.cc
|
||
|
INC_DIR += $(REP_DIR)/src/lib/sandbox
|
||
|
LIBS += base
|
||
|
|
||
|
SHARED_LIB = yes
|
||
|
|
||
|
vpath %.cc $(REP_DIR)/src/lib/sandbox
|