genode/repos/gems/src/app/launcher/target.mk
Norman Feske b44f0554bd Adapt high-level components to new parent API
This patch adjusts the various users of the 'Child' API to the changes
on the account of the new non-blocking parent interface. It also removes
the use of the no-longer-available 'Connection::KEEP_OPEN' feature.

With the adjustment, we took the opportunity to redesign several
components to fit the non-blocking execution model much better, in
particular the demo applications.

Issue #2120
2016-11-30 13:37:03 +01:00

5 lines
77 B
Makefile

TARGET = launcher
SRC_CC = main.cc
LIBS = base
INC_DIR += $(PRG_DIR)