# -*- coding: utf-8 -*- # Time-stamp: CPP = g++ #CFLAGS = -Wall -g -std=c++11 -D TRACE CFLAGS = -Wall -g -std=c++11 main: array2d.hpp rep.hpp repd.hpp repi.hpp iterator.hpp $(CPP) $(CFLAGS) -o main main.cpp clean: rm -f a.out main *.o %.html: %.hpp source-highlight --doc --style-file=cpp.style --out-format=xhtml --input=$< --output=$@