From ac1e78efa910cac81d104a92ec971d984dcd26a1 Mon Sep 17 00:00:00 2001 From: Wolfgang Draxinger Date: Thu, 4 Jul 2019 20:00:17 +0200 Subject: dwu::operators --- example/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 example/Makefile (limited to 'example/Makefile') diff --git a/example/Makefile b/example/Makefile new file mode 100644 index 0000000..f26d3df --- /dev/null +++ b/example/Makefile @@ -0,0 +1,8 @@ +CXXFLAGS+=-I../include + +.PHONY: all + +all: operators + +operators: CC=$(CXX) +operators: operators.o -- cgit v1.3.1