genode/repos/os/src/init/target.mk

5 lines
92 B
Makefile
Raw Normal View History

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