mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
8 lines
168 B
Makefile
8 lines
168 B
Makefile
SRC_CC = library.cc child.cc server.cc config_model.cc
|
|
INC_DIR += $(REP_DIR)/include/sandbox
|
|
LIBS += base
|
|
|
|
SHARED_LIB = yes
|
|
|
|
vpath %.cc $(REP_DIR)/src/lib/sandbox
|