mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 10:01:57 +00:00
5 lines
85 B
Makefile
5 lines
85 B
Makefile
TARGET = test-segfault
|
|
SRC_CC = main.cc
|
|
LIBS = base
|
|
CC_WARN = -Wno-array-bounds
|