diff options
author | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 20:37:19 +0000 |
---|---|---|
committer | Jeffrey H. Kingston <jeff@it.usyd.edu.au> | 2010-09-14 20:37:19 +0000 |
commit | 5f8db516b71f01513b7772f6008020dbecc1f88b (patch) | |
tree | 3f21ea75ffbd40fcd53bf1609782763af3953002 /makefile | |
parent | 162643f981292504f375a7f834d408a4a0fa7f46 (diff) | |
download | lout-3.23.tar.gz |
Lout 3.23 tag.3.23
git-svn-id: http://svn.savannah.nongnu.org/svn/lout/tags/3.23@16 9365b830-b601-4143-9ba8-b4a8e2c3339c
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -1,9 +1,9 @@ ############################################################################### # # -# Make file for installing Basser Lout Version 3.22 # +# Make file for installing Basser Lout Version 3.23 # # # # Jeffrey H. Kingston # -# 3 June 2000 # +# 24 June 2000 # # # # make prg2lout Compile a small auxiliary program called prg2lout # # make lout Compile the Lout source # @@ -270,8 +270,11 @@ DBFIX = 0 USESTAT = 1 SAFEDFT = 0 -DEBUGGING = 1 -TRACING = -g +DEBUGGING = 0 +TRACING = + +# DEBUGGING = 1 +# TRACING = -g BINDIR = /export/home/6monthspace/jeff/bin LIBDIR = /export/home/6monthspace/jeff/lout.lib |