summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2018-09-12 13:59:10 +0000
committerIan C <ianc@noddybox.co.uk>2018-09-12 13:59:10 +0000
commit1deb55e53a1ed4c5745661f7923d497622296f48 (patch)
tree3b5e0e5ca266d4d7038903e4395395128c795737 /Makefile
parent35353a75e9f037df9c7c369ecc01301d13c73b32 (diff)
Initial working version. Only 8x8 tiles.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..2c4a9ae
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,5 @@
+snesgfx: snesgfx.c
+ c99 -g -o snesgfx snesgfx.c -lpng
+
+clean:
+ rm -f snesgfx core