genode/gems/src/server/terminal_mux/target.mk

5 lines
114 B
Makefile

TARGET = terminal_mux
SRC_CC = main.cc ncurses.cc
LIBS = libc libc_terminal ncurses
INC_DIR += $(PRG_DIR)