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