X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=Makefile;h=4ad7260b49abef09e303cfabd32437671153d4ff;hb=d7f2452e20b04d1559b7bdd3aa49b6fbf7d0abaf;hp=e03bf66b81765e6def5abb7a416c956c6c589aa5;hpb=4618e826a4ebe5e60e1d2c419fca7da71657bf9b;p=odcread.git diff --git a/Makefile b/Makefile index e03bf66..4ad7260 100644 --- 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 typeregister.h textmodel.h fold.h visitor.h -odcread: odcread.o reader.o store.o util.o +odcread: odcread.o reader.o store.o util.o alien.o typeregister.o textmodel.o fold.o g++ -o $@ $^ %.o: %.cc $(HEADERS)