mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
makefile misc qol
- md5sum: no more --quiet. this flag is not standard and seeing "OK" is probably better - saner use of $(roms)
This commit is contained in:
parent
2f2aa10c9c
commit
6001eeba40
8
Makefile
8
Makefile
@ -1,4 +1,4 @@
|
||||
MD5 := md5sum -c --quiet
|
||||
MD5 := md5sum -c
|
||||
|
||||
.SUFFIXES:
|
||||
.PHONY: all clean tools compare crystal crystal11
|
||||
@ -26,16 +26,16 @@ gfx/pics.o
|
||||
crystal11_obj := $(crystal_obj:.o=11.o)
|
||||
|
||||
|
||||
roms := pokecrystal.gbc
|
||||
roms := pokecrystal.gbc pokecrystal11.gbc
|
||||
|
||||
all: $(roms)
|
||||
all: crystal
|
||||
crystal: pokecrystal.gbc
|
||||
crystal11: pokecrystal11.gbc
|
||||
|
||||
clean:
|
||||
rm -f $(roms) $(crystal_obj) $(crystal11_obj) $(roms:.gbc=.map) $(roms:.gbc=.sym)
|
||||
|
||||
compare: pokecrystal.gbc pokecrystal11.gbc
|
||||
compare: $(roms)
|
||||
@$(MD5) roms.md5
|
||||
|
||||
tools:
|
||||
|
Loading…
Reference in New Issue
Block a user