From 285950af18a703eaf91a3fdcc74e8497d9c0efae Mon Sep 17 00:00:00 2001 From: Ian C Date: Thu, 13 Sep 2018 15:32:54 +0000 Subject: Fixed mirror on 8x8 generate. Started on 16x16 generate. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 04bc3b3..2fb1ff5 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ snesgfx: snesgfx.c - c99 -I/usr/local/include -L/usr/local/lib -g -o snesgfx snesgfx.c -lpng + $(CC) -I/usr/local/include -L/usr/local/lib -g -o snesgfx snesgfx.c -lpng clean: rm -f snesgfx core -- cgit v1.2.3