mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-07 08:08:04 -04:00
build, more lowercase on linux, plus minor changes
This commit is contained in:
parent
7647f87b29
commit
89319e4997
8 changed files with 13 additions and 11 deletions
6
Makefile
6
Makefile
|
@ -116,8 +116,7 @@ PicoDrive.zip: $(TARGET)
|
|||
mkdir .od_data
|
||||
cp -r platform/linux/skin .od_data
|
||||
cp platform/game_def.cfg .od_data
|
||||
cp $< .od_data/PicoDrive
|
||||
$(STRIP) .od_data/PicoDrive
|
||||
$(STRIP) $< -o .od_data/picodrive
|
||||
cd .od_data && zip -9 -r ../$@ *
|
||||
all: PicoDrive.zip
|
||||
endif
|
||||
|
@ -128,8 +127,7 @@ ifeq "$(PLATFORM)" "opendingux"
|
|||
mkdir .od_data
|
||||
cp -r platform/opendingux/data/. .od_data
|
||||
cp platform/game_def.cfg .od_data
|
||||
cp $< .od_data/PicoDrive
|
||||
$(STRIP) .od_data/PicoDrive
|
||||
$(STRIP) $< -o .od_data/picodrive
|
||||
.PHONY: .od_data
|
||||
|
||||
ifneq (,$(filter %__DINGUX__, $(CFLAGS)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue