From 2b6ab3cbf8c486fd2faa2bec60e7b1d4ed807af1 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 13 Jun 2000 06:54:53 +0000 Subject: Add new apps md5sum uudecode uuencode, fix some minor formatting things. -Erik --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 386d8c328..1395b5262 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ export VERSION # Set the following to `true' to make a debuggable build. # Leave this set to `false' for production use. # eg: `make DODEBUG=true tests' -DODEBUG = false +DODEBUG = true # If you want a static binary, turn this on. DOSTATIC = false -- cgit v1.2.3