summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--ascii2map.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b37e046..490d266 100644
--- a/Makefile
+++ b/Makefile
@@ -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"