mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
libc_resolv is used by noux-pkgs and is only a runtime dependency but therefore needs to be build.
4 lines
83 B
Makefile
4 lines
83 B
Makefile
TARGET = test-libc_resolv
|
|
SRC_CC = main.cc
|
|
LIBS = cxx env libc libc_resolv
|