mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-04-26 08:13:44 -05:00
This makefile can now figure graphics dependencies on its own, creates dependency files for each compilation unit and compiles everything separately. This is a proposal. Please try it out, read the Makefile to see if you get what I'm trying to do, and propose any improvements you want.
26 lines
205 B
Plaintext
26 lines
205 B
Plaintext
*.gb
|
|
*.sgb
|
|
*.gbc
|
|
*.sav
|
|
*.sn1
|
|
*.rtc
|
|
|
|
*.o
|
|
# converted image data
|
|
*.2bpp
|
|
*.1bpp
|
|
*.pic
|
|
*.pcm
|
|
*.map
|
|
pokegold-spaceworld.sym
|
|
shim.asm
|
|
|
|
*~
|
|
|
|
; binaries
|
|
*.exe
|
|
tools/scan_includes
|
|
tools/pkmncompress
|
|
tools/gfx
|
|
pret/
|