PROGS=moron OPTS=-O2 -march=native -mtune=native #OPTS=-O2 all: $(PROGS) moron: moron.tlcc cctlcc $(OPTS) -Wall moron.tlcc -o moron -lm -lstdc++ -lboost_coroutine -lboost_context learn: moron time -p ./moron -I ~/mnist/train-images-idx3-ubyte.gz -T ~/mnist/train-labels-idx1-ubyte.gz --topo 30 --topo 10 work: moron time -p ./moron -I ~/mnist/train-images-idx3-ubyte.gz -T ~/mnist/train-labels-idx1-ubyte.gz --netfile /tmp/n.net clean: rm -f $(PROGS)