533ff707023a5f612c2110cd4b5c844f127c55a5
[openbsd] /
1 # We don't have any standard include directories, so we can't
2 # parse the test_common.h header we usually inject as it includes
3 # system headers.
4 NO_TEST_COMMON_H := 1
5
6 CXXFLAGS_EXTRAS = -I $(SRCDIR)/root/usr/include/c++/v1/ -I $(SRCDIR)/root/usr/include/ -nostdinc -nostdinc++ -DENABLE_STD_CONTENT=1
7 CXX_SOURCES := main.cpp
8
9 include Makefile.rules