mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-05-11 21:16:58 +03:00
fix CI
This commit is contained in:
parent
cc970381c8
commit
18a99b767f
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -311,6 +311,7 @@ ifneq ($(COMPARE),0)
|
|||
$(PRINT) "$(BLUE)$(TARGET).$(VERSION).uncompressed.z64$(NO_COL): $(GREEN)OK$(NO_COL)\n$(YELLOW) $(SF)" || \
|
||||
$(PRINT) "$(BLUE)$(TARGET).$(VERSION).uncompressed.z64 $(RED)FAILED$(NO_COL)\n\
|
||||
$(RED)CAN'T LET YOU DO THAT, STARFOX.$(NO_COL)\n"
|
||||
@md5sum --status -c $(TARGET).$(VERSION).uncompressed.md5
|
||||
endif
|
||||
|
||||
compressed: $(ROMC)
|
||||
|
@ -320,7 +321,7 @@ ifeq ($(COMPARE),1)
|
|||
@md5sum --status -c $(TARGET).$(VERSION).md5 && \
|
||||
$(PRINT) "$(BLUE)$(TARGET).$(VERSION).z64$(NO_COL): $(GREEN)OK$(NO_COL)\n" || \
|
||||
$(PRINT) "$(BLUE)$(TARGET).$(VERSION).z64 $(RED)FAILED$(NO_COL)\n"
|
||||
|
||||
@md5sum --status -c $(TARGET).$(VERSION).uncompressed.md5
|
||||
endif
|
||||
|
||||
#### Main Targets ###
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue