diff options
author | Eric Andersen | 2000-06-13 06:54:53 +0000 |
---|---|---|
committer | Eric Andersen | 2000-06-13 06:54:53 +0000 |
commit | 2b6ab3cbf8c486fd2faa2bec60e7b1d4ed807af1 (patch) | |
tree | d0e98c79dff9374fc3e4229bbf3c4e43164184a0 /Makefile | |
parent | 053b1462b72feea51b3b8745662447d5f8d18fda (diff) | |
download | busybox-2b6ab3cbf8c486fd2faa2bec60e7b1d4ed807af1.zip busybox-2b6ab3cbf8c486fd2faa2bec60e7b1d4ed807af1.tar.gz |
Add new apps md5sum uudecode uuencode, fix some minor formatting things.
-Erik
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |