mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-19 15:43:56 +00:00
@ -1,5 +1,5 @@
|
||||
TARGET = tcp_terminal
|
||||
SRC_CC = main.cc
|
||||
LIBS = libc
|
||||
LIBS = libc base
|
||||
|
||||
CC_CXX_WARN_STRICT =
|
||||
|
@ -1,6 +1,6 @@
|
||||
TARGET = terminal_mux
|
||||
SRC_CC = main.cc ncurses.cc
|
||||
LIBS = libc ncurses
|
||||
LIBS = libc ncurses base
|
||||
INC_DIR += $(PRG_DIR)
|
||||
|
||||
CC_CXX_WARN_STRICT =
|
||||
|
Reference in New Issue
Block a user