mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 14:57:46 -04:00
minor Makefile adj
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@536 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
9039861feb
commit
425cae19e2
1 changed files with 2 additions and 2 deletions
|
@ -164,7 +164,7 @@ clean: tidy
|
||||||
$(RM) PicoDrive.gpe
|
$(RM) PicoDrive.gpe
|
||||||
tidy:
|
tidy:
|
||||||
$(RM) $(OBJS)
|
$(RM) $(OBJS)
|
||||||
rm -rf $(DIRS)
|
# rm -rf $(DIRS) # don't clean, gcda may be there
|
||||||
# @make -C ../../cpu/Cyclone/proj -f Makefile.linux clean
|
# @make -C ../../cpu/Cyclone/proj -f Makefile.linux clean
|
||||||
|
|
||||||
|
|
||||||
|
@ -245,7 +245,7 @@ $(error need VER)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
rel: PicoDrive.gpe code940/pico940_v2.bin readme.txt PicoDrive.man.txt PicoDrive.png ../game_def.cfg
|
rel: PicoDrive.gpe code940/pico940_v3.bin readme.txt PicoDrive.man.txt PicoDrive.png ../game_def.cfg
|
||||||
zip -9 -j ../../PicoDrive_$(VER).zip $^ mmuhack.o
|
zip -9 -j ../../PicoDrive_$(VER).zip $^ mmuhack.o
|
||||||
zip -9 -r ../../PicoDrive_$(VER).zip skin -i \*.png -i \*.txt
|
zip -9 -r ../../PicoDrive_$(VER).zip skin -i \*.png -i \*.txt
|
||||||
mkdir bin_to_cso_mp3
|
mkdir bin_to_cso_mp3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue