diff options
author | Ian C <ianc@noddybox.co.uk> | 2018-09-12 13:59:10 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2018-09-12 13:59:10 +0000 |
commit | 1deb55e53a1ed4c5745661f7923d497622296f48 (patch) | |
tree | 3b5e0e5ca266d4d7038903e4395395128c795737 /Makefile | |
parent | 35353a75e9f037df9c7c369ecc01301d13c73b32 (diff) |
Initial working version. Only 8x8 tiles.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
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 |