summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2016-09-19 09:46:34 +0000
committerIan C <ianc@noddybox.co.uk>2016-09-19 09:46:34 +0000
commit50f21014e56920997dcd0c09b8320f9762eebe8f (patch)
tree9ae58b7eef7e321584f8d7bce1ac4844e7795e69 /Makefile
parent54c55e7b92581488da1433432fb58ee79e5ac3e7 (diff)
Added new string:number format to help with non-character code following
mappings.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 490d266..b37e046 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
ascii2map: ascii2map.c
- $(CC) -o ascii2map ascii2map.c
+ $(CC) -g -o ascii2map ascii2map.c
clean:
rm -f ascii2map