diff options
| author | Ian C <ianc@noddybox.co.uk> | 2018-09-12 14:01:42 +0000 |
|---|---|---|
| committer | Ian C <ianc@noddybox.co.uk> | 2018-09-12 14:01:42 +0000 |
| commit | b9481b72bb8288909165a4452ac2a9478c5437af (patch) | |
| tree | 762943152262bafca12da24bbbd090ff8bbb15fd /Makefile | |
| parent | 1deb55e53a1ed4c5745661f7923d497622296f48 (diff) | |
Changes to compile on FreeBSD.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
