From: David Griffith Date: Tue, 10 Jul 2012 04:11:01 +0000 (-0700) Subject: syntactic sugar for DOS building X-Git-Url: https://scope-eye.net/git/?a=commitdiff_plain;h=8d968ce74fe18a4828423b9a12b85a3879e140b3;p=liskon_frotz.git syntactic sugar for DOS building --- diff --git a/build.bat b/build.bat new file mode 100644 index 0000000..b1eebfd --- /dev/null +++ b/build.bat @@ -0,0 +1,3 @@ +@ECHO OFF +REM This batch file is for compiling Frotz using Turbo C. +make -f makefile.tc %1