X-Git-Url: http://deadsoftware.ru/gitweb?p=odcread.git;a=blobdiff_plain;f=Makefile;h=c933edc1a60e9aae1f39808e273438968abc6abc;hp=1ad67d51ef4708a3a483dab9a454343be7b3618f;hb=9b0fce2b8ea23e4eb23485421e1d80a774c912b3;hpb=252b7a3f5d7ea1205ea360cb2bc59853f60df070 diff --git a/Makefile b/Makefile index 1ad67d5..c933edc 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ HEADERS=oberon.h store.h reader.h domain.h alien.h typeregister.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 g++ -o $@ $^ %.o: %.cc $(HEADERS)