From 776b1592e3d67f7a1af94180a0b4c3fcf5320f96 Mon Sep 17 00:00:00 2001 From: Wolfgang Draxinger Date: Fri, 19 Jul 2019 15:21:19 +0200 Subject: same container, mixed type required per type allocator template parameters --- example/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'example/Makefile') 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 -- cgit v1.3.1