X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=Makefile;h=f54dabe5b55adae8d8c82dc3392a3327dca4c0c4;hb=7a97d981de20c2e9e9fa27d06f5b2c69ea09de16;hp=e3f74e5ddf148a5018ffd21b9347676e16466af8;hpb=519462238ad20b1aca242075e3fe8c0d0719b3d4;p=odcread.git diff --git a/Makefile b/Makefile index e3f74e5..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 +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 $@ $^