You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Makefile cleanup
This commit is contained in:
5
Makefile
5
Makefile
@@ -1,9 +1,8 @@
|
||||
PYTHON := python
|
||||
MD5 := md5sum -c --quiet
|
||||
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .asm .o .gbc .png .2bpp .1bpp .lz .pal .bin .blk .tilemap
|
||||
.PHONY: all clean crystal pngs
|
||||
.PHONY: all clean crystal crystal11 pngs
|
||||
.SECONDEXPANSION:
|
||||
|
||||
poketools := extras/pokemontools
|
||||
@@ -54,6 +53,8 @@ roms := pokecrystal.gbc
|
||||
all: $(roms)
|
||||
crystal: pokecrystal.gbc
|
||||
|
||||
crystal11: pokecrystal11.gbc
|
||||
|
||||
clean:
|
||||
rm -f $(roms) $(all_obj) $(roms:.gbc=.map) $(roms:.gbc=.sym)
|
||||
|
||||
|
Reference in New Issue
Block a user