8 lines
163 B
Makefile
8 lines
163 B
Makefile
|
LEVEL = ../../../../make
|
||
|
|
||
|
CXX_SOURCES := main.cpp
|
||
|
|
||
|
CFLAGS_EXTRAS += -mmpx -fcheck-pointer-bounds -lmpxwrappers -lmpx -fuse-ld=bfd
|
||
|
|
||
|
include $(LEVEL)/Makefile.rules
|