DEADSOFTWARE

Completely convert .odc to .txt using Visitor
[odcread.git] / Makefile
index e3f74e5ddf148a5018ffd21b9347676e16466af8..4ad7260b49abef09e303cfabd32437671153d4ff 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-HEADERS=oberon.h store.h reader.h domain.h alien.h typeregister.h textmodel.h fold.h
+HEADERS=oberon.h store.h reader.h domain.h alien.h typeregister.h textmodel.h fold.h visitor.h
 
 odcread: odcread.o reader.o store.o util.o alien.o typeregister.o textmodel.o fold.o 
        g++ -o $@ $^