DEADSOFTWARE

Remove Domain class - unused
[odcread.git] / Makefile
1 HEADERS=oberon.h store.h reader.h alien.h typeregister.h textmodel.h fold.h visitor.h
3 odcread: odcread.o reader.o store.o util.o alien.o typeregister.o textmodel.o fold.o
4 g++ -o $@ $^
6 %.o: %.cc $(HEADERS)
7 g++ -c -I. -o $@ $<