mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-25 08:21:08 +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
|