summaryrefslogtreecommitdiff
path: root/example/Makefile
diff options
context:
space:
mode:
authorWolfgang Draxinger <dw@optores.de>2019-07-19 15:21:19 +0200
committerWolfgang Draxinger <dw@optores.de>2019-07-19 15:21:19 +0200
commit776b1592e3d67f7a1af94180a0b4c3fcf5320f96 (patch)
treeb6dafc584413a2d1031e669cefe80869dbbe476b /example/Makefile
parent64bd8f2702abbd1758eeab499139e2eb0ef820ab (diff)
downloaddwu-776b1592e3d67f7a1af94180a0b4c3fcf5320f96.tar.gz
dwu-776b1592e3d67f7a1af94180a0b4c3fcf5320f96.tar.bz2
same container, mixed type required per type allocator template parameters
Diffstat (limited to 'example/Makefile')
-rw-r--r--example/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/example/Makefile b/example/Makefile
index c96a553..0e50a44 100644
--- a/example/Makefile
+++ b/example/Makefile
@@ -1,8 +1,14 @@
CXXFLAGS+=-Wall -Werror -I../include
-.PHONY: all
+.PHONY: all clean
all: operators
+clean:
+ -rm operators
+ -rm operators.o
+
operators: CC=$(CXX)
operators: operators.o
+
+operators.o: operators.cc ../include/dwu/operators Makefile