X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=Makefile;h=f54dabe5b55adae8d8c82dc3392a3327dca4c0c4;hb=20254ed23eb75d8c3832b807ea97616fd684976e;hp=4ad7260b49abef09e303cfabd32437671153d4ff;hpb=d7f2452e20b04d1559b7bdd3aa49b6fbf7d0abaf;p=odcread.git 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 $@ $^