DEADSOFTWARE

Can now read entire "empty" document as Alien
[odcread.git] / Makefile
index e03bf66b81765e6def5abb7a416c956c6c589aa5..b3cdd9916856491cfeb60c8dfab498b2348a95d1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
-HEADERS=oberon.h store.h reader.h domain.h
+HEADERS=oberon.h store.h reader.h domain.h alien.h
 
-odcread: odcread.o reader.o store.o util.o
+odcread: odcread.o reader.o store.o util.o alien.o
        g++ -o $@ $^
 
 %.o: %.cc $(HEADERS)