X-Git-Url: http://deadsoftware.ru/gitweb?p=odcread.git;a=blobdiff_plain;f=Makefile;h=f54dabe5b55adae8d8c82dc3392a3327dca4c0c4;hp=b3cdd9916856491cfeb60c8dfab498b2348a95d1;hb=e2fd5debfd8b94a6ec77a514962851594f0690f0;hpb=121a58d72f3b5e537007072f93397f6e6661fb90 diff --git a/Makefile b/Makefile index b3cdd99..f54dabe 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -HEADERS=oberon.h store.h reader.h domain.h alien.h +HEADERS=oberon.h store.h reader.h alien.h typeregister.h textmodel.h fold.h visitor.h -odcread: odcread.o reader.o store.o util.o alien.o +odcread: odcread.o reader.o store.o util.o alien.o typeregister.o textmodel.o fold.o g++ -o $@ $^ %.o: %.cc $(HEADERS)