summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2018-09-13 15:32:54 +0000
committerIan C <ianc@noddybox.co.uk>2018-09-13 15:32:54 +0000
commit285950af18a703eaf91a3fdcc74e8497d9c0efae (patch)
treec6f5f8a6e6425dce1a987b266631c666b8f49eca /Makefile
parentb9481b72bb8288909165a4452ac2a9478c5437af (diff)
Fixed mirror on 8x8 generate. Started on 16x16 generate.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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