mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
6 lines
87 B
Makefile
6 lines
87 B
Makefile
TARGET = test-libc_select
|
|
SRC_CC = main.cc
|
|
LIBS = posix stdcxx
|
|
|
|
CC_CXX_WARN_STRICT =
|