mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
8 lines
92 B
Makefile
8 lines
92 B
Makefile
|
SRC_CC = plugin.cc
|
||
|
|
||
|
LIBS += libc
|
||
|
|
||
|
vpath %.cc $(REP_DIR)/src/lib/libc_noux
|
||
|
|
||
|
SHARED_LIB = yes
|