mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
7 lines
96 B
Makefile
7 lines
96 B
Makefile
SRC_CC = plugin.cc
|
|
LIBS += libc
|
|
|
|
vpath plugin.cc $(REP_DIR)/src/lib/libc_rom
|
|
|
|
SHARED_LIB = yes
|