mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
added files to rel
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@88 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
6cadc2da00
commit
1bb6f3cb23
1 changed files with 12 additions and 12 deletions
|
@ -190,7 +190,7 @@ $(error need VER)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
rel: PicoDrive.gpe code940/code940.bin ../readme.txt config.txt
|
rel: PicoDrive.gpe code940/code940.bin ../readme.txt config.txt PicoDrive.man.txt PicoDrive.png
|
||||||
zip -9 -j ../../PicoDrive_$(VER).zip $^ mmuhack.o
|
zip -9 -j ../../PicoDrive_$(VER).zip $^ mmuhack.o
|
||||||
|
|
||||||
code940/code940.bin:
|
code940/code940.bin:
|
||||||
|
@ -198,15 +198,15 @@ code940/code940.bin:
|
||||||
|
|
||||||
|
|
||||||
# test
|
# test
|
||||||
usbjoy.o : usbjoy.c
|
#usbjoy.o : usbjoy.c
|
||||||
@echo $<
|
# @echo $<
|
||||||
@$(GCC) $(COPT) $(DEFINC) -fno-profile-generate -c $< -o $@
|
# @$(GCC) $(COPT) $(DEFINC) -fno-profile-generate -c $< -o $@
|
||||||
|
#
|
||||||
../../Pico/Cart.o : ../../Pico/Cart.c
|
#../../Pico/Cart.o : ../../Pico/Cart.c
|
||||||
@echo $<
|
# @echo $<
|
||||||
@$(GCC) $(COPT) $(DEFINC) -fno-profile-generate -c $< -o $@
|
# @$(GCC) $(COPT) $(DEFINC) -fno-profile-generate -c $< -o $@
|
||||||
|
#
|
||||||
../../zlib/trees.o : ../../zlib/trees.c
|
#../../zlib/trees.o : ../../zlib/trees.c
|
||||||
@echo $<
|
# @echo $<
|
||||||
@$(GCC) $(COPT) $(DEFINC) -fno-profile-generate -c $< -o $@
|
# @$(GCC) $(COPT) $(DEFINC) -fno-profile-generate -c $< -o $@
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue