mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-04 23:07:46 -04:00
build, change executable name to lowercase
This commit is contained in:
parent
8341673054
commit
dab0c36316
4 changed files with 17 additions and 12 deletions
|
@ -20,7 +20,7 @@ readme.txt: ../../tools/textfilter ../base_readme.txt ../../ChangeLog
|
|||
|
||||
CODE940 = code940/pico940_v3.bin
|
||||
|
||||
PicoDrive: ../../PicoDrive
|
||||
PicoDrive: ../../picodrive
|
||||
$(STRIP) $^ -o $@
|
||||
|
||||
rel: PicoDrive PicoDrive.gpe $(CODE940) readme.txt ../game_def.cfg \
|
||||
|
|
|
@ -8,6 +8,8 @@ ifneq "$(BUILD)" ""
|
|||
VER := $(VER)_$(BUILD)
|
||||
endif
|
||||
|
||||
include ../../config.mak
|
||||
|
||||
PND_MAKE ?= pnd_make
|
||||
|
||||
all: rel
|
||||
|
@ -21,7 +23,10 @@ all: rel
|
|||
/tmp/PicoDrive.pxml: PicoDrive.pxml.template FORCE
|
||||
./make_pxml.sh $< $@
|
||||
|
||||
rel: ../../PicoDrive PicoDrive.sh picorestore \
|
||||
PicoDrive: ../../picodrive
|
||||
$(STRIP) $^ -o $@
|
||||
|
||||
rel: PicoDrive PicoDrive.sh picorestore \
|
||||
PicoDrive.png PicoDrive_p.png \
|
||||
../../pico/carthw.cfg skin \
|
||||
../../README.md /tmp/PicoDrive.pxml
|
||||
|
|
|
@ -14,7 +14,7 @@ include ../../config.mak
|
|||
readme.txt: ../../tools/textfilter ../base_readme.txt ../../ChangeLog
|
||||
../../tools/textfilter ../base_readme.txt $@ PS2
|
||||
|
||||
PicoDrive: ../../PicoDrive
|
||||
PicoDrive: ../../picodrive
|
||||
$(STRIP) $^ -o $@
|
||||
|
||||
PicoDrive.elf: PicoDrive
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue