X-Git-Url: http://deadsoftware.ru/gitweb?p=odcread.git;a=blobdiff_plain;f=Makefile;h=f54dabe5b55adae8d8c82dc3392a3327dca4c0c4;hp=4ad7260b49abef09e303cfabd32437671153d4ff;hb=e2fd5debfd8b94a6ec77a514962851594f0690f0;hpb=3a78ad51069a051fb94246fe7dfb925fa4134148 diff --git a/Makefile b/Makefile index 4ad7260..f54dabe 100644 --- 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 visitor.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 typeregister.o textmodel.o fold.o g++ -o $@ $^