From 37b0e1f503f22dd0d2e0d5637ce56887b862a844 Mon Sep 17 00:00:00 2001 From: Ian C Date: Wed, 31 Aug 2016 21:07:14 +0000 Subject: Initial working version. --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..490d266 --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +ascii2map: ascii2map.c + $(CC) -o ascii2map ascii2map.c + +clean: + rm -f ascii2map -- cgit v1.2.3