From b9481b72bb8288909165a4452ac2a9478c5437af Mon Sep 17 00:00:00 2001 From: Ian C Date: Wed, 12 Sep 2018 14:01:42 +0000 Subject: Changes to compile on FreeBSD. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2c4a9ae..04bc3b3 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ snesgfx: snesgfx.c - c99 -g -o snesgfx snesgfx.c -lpng + c99 -I/usr/local/include -L/usr/local/lib -g -o snesgfx snesgfx.c -lpng clean: rm -f snesgfx core -- cgit v1.2.3