genode/repos/os/src/init/target.mk
2017-05-31 13:15:57 +02:00

5 lines
92 B
Makefile

TARGET = init
SRC_CC = main.cc child.cc server.cc
LIBS = base
INC_DIR += $(PRG_DIR)