diff options
author | Ian C <ianc@noddybox.co.uk> | 2016-09-19 09:46:34 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2016-09-19 09:46:34 +0000 |
commit | 50f21014e56920997dcd0c09b8320f9762eebe8f (patch) | |
tree | 9ae58b7eef7e321584f8d7bce1ac4844e7795e69 /Makefile | |
parent | 54c55e7b92581488da1433432fb58ee79e5ac3e7 (diff) |
Added new string:number format to help with non-character code following
mappings.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ ascii2map: ascii2map.c - $(CC) -o ascii2map ascii2map.c + $(CC) -g -o ascii2map ascii2map.c clean: rm -f ascii2map |