summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2016-09-19 09:47:32 +0000
committerIan C <ianc@noddybox.co.uk>2016-09-19 09:47:32 +0000
commit4cdf2d5e829ef483b606e5ee2d6ac08dcea85df0 (patch)
treeb40e0b959119618a7220c1a4e0976c4a03d4a194 /Makefile
parent50f21014e56920997dcd0c09b8320f9762eebe8f (diff)
Updated version number for release.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 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