X-Git-Url: https://deadsoftware.ru/gitweb?p=odcread.git;a=blobdiff_plain;f=Makefile;h=f54dabe5b55adae8d8c82dc3392a3327dca4c0c4;hp=e3f74e5ddf148a5018ffd21b9347676e16466af8;hb=41d9c65ec79728a8771cd2288dfc3458569c6801;hpb=519462238ad20b1aca242075e3fe8c0d0719b3d4 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 $@ $^