diff options
author | Ian C <ianc@noddybox.co.uk> | 2016-08-31 21:07:14 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2016-08-31 21:07:14 +0000 |
commit | 37b0e1f503f22dd0d2e0d5637ce56887b862a844 (patch) | |
tree | fc8d419a75f2738976eac928cd6d365fe9a29c11 /Makefile | |
parent | d56a7c9d92dc9376a2bd28e7ef38fc4e512824c0 (diff) |
Initial working version.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
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 |