CXXFLAGS=-ansi -pedantic -g TARGETS=singleton counter simple subtype subtypeflexible .PHONY:all clean all: $(TARGETS) clean: rm -f $(TARGETS)