8 lines
163 B
Makefile
Raw Normal View History

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