diff options
author | Ian C <ianc@noddybox.co.uk> | 2016-09-19 09:47:32 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2016-09-19 09:47:32 +0000 |
commit | 4cdf2d5e829ef483b606e5ee2d6ac08dcea85df0 (patch) | |
tree | b40e0b959119618a7220c1a4e0976c4a03d4a194 /Makefile | |
parent | 50f21014e56920997dcd0c09b8320f9762eebe8f (diff) |
Updated version number for release.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ ascii2map: ascii2map.c - $(CC) -g -o ascii2map ascii2map.c + $(CC) -o ascii2map ascii2map.c clean: rm -f ascii2map |