X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=Makefile;h=4ad7260b49abef09e303cfabd32437671153d4ff;hb=3a78ad51069a051fb94246fe7dfb925fa4134148;hp=1ad67d51ef4708a3a483dab9a454343be7b3618f;hpb=8987976196a50e3e9639879990c7473610ff5369;p=odcread.git diff --git a/Makefile b/Makefile index 1ad67d5..4ad7260 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -HEADERS=oberon.h store.h reader.h domain.h alien.h typeregister.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 +odcread: odcread.o reader.o store.o util.o alien.o typeregister.o textmodel.o fold.o g++ -o $@ $^ %.o: %.cc $(HEADERS)