mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 22:23:16 +00:00
7 lines
101 B
Makefile
7 lines
101 B
Makefile
|
SRC_CC = plugin.cc
|
||
|
LIBS += libc
|
||
|
|
||
|
vpath plugin.cc $(REP_DIR)/src/lib/libc_terminal
|
||
|
|
||
|
SHARED_LIB = yes
|