aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
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