diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | ascii2map.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ ascii2map: ascii2map.c - $(CC) -g -o ascii2map ascii2map.c + $(CC) -o ascii2map ascii2map.c clean: rm -f ascii2map diff --git a/ascii2map.c b/ascii2map.c index 2f6cd97..ac20f75 100644 --- a/ascii2map.c +++ b/ascii2map.c @@ -30,7 +30,7 @@ */ static const char *usage = -"Version 0.4 development\n" +"Version 0.4\n" "\n" "This program is distributed in the hope that it will be useful,\n" "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" |