mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
rel make target for win32
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@808 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
1625ed0179
commit
81aaab49a7
1 changed files with 10 additions and 0 deletions
|
@ -127,3 +127,13 @@ cpu/fame/famec.o : ../../cpu/fame/famec.c ../../cpu/fame/famec_opcodes.h
|
|||
@echo ">>>" $<
|
||||
$(CC) $(CFLAGS) -Wno-unused -c $< -o $@
|
||||
|
||||
# ----------- release -----------
|
||||
ifneq ($(findstring rel,$(MAKECMDGOALS)),)
|
||||
ifeq ($(VER),)
|
||||
$(error need VER)
|
||||
endif
|
||||
endif
|
||||
|
||||
rel: $(TARGET) readme.txt carthw.cfg
|
||||
zip -9 -j ../../PicoDrive_win32_$(VER).zip $^
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue