From 50f21014e56920997dcd0c09b8320f9762eebe8f Mon Sep 17 00:00:00 2001 From: Ian C Date: Mon, 19 Sep 2016 09:46:34 +0000 Subject: Added new string:number format to help with non-character code following mappings. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3