DEADSOFTWARE

Solve oldType path lookup, found SEGFAULT
[odcread.git] / Makefile
1 HEADERS=oberon.h store.h reader.h domain.h alien.h
3 odcread: odcread.o reader.o store.o util.o alien.o
4 g++ -o $@ $^
6 %.o: %.cc $(HEADERS)
7 g++ -c -I. -o $@ $<