From 9b56161a3d6e0f35508dbb0da3c7c8aa3beac285 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 24 Dec 2004 22:33:49 +0000 Subject: Disabled example rules on how the md5 headesr could be rebuilt automatically (but I actually think that's not such a useful idea) svn-id: r16301 --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index 23b9094793..378406bcaa 100644 --- a/Makefile +++ b/Makefile @@ -97,6 +97,12 @@ tools/convbdf$(EXEEXT): tools/convbdf.o tools/md5table$(EXEEXT): tools/md5table.o $(CXX) -o $@ $< +#simon/simon-md5.h: tools/simon-md5.txt +# tools/md5table$(EXEEXT) --c++ < $< > $@ + +#scumm/scumm-md5.h: tools/scumm-md5.txt +# tools/md5table$(EXEEXT) --c++ < $< > $@ + credits: ./credits.pl --text > AUTHORS ./credits.pl --html > ../web/credits.inc -- cgit v1.2.3