mirror of
https://github.com/pret/pokeemerald.git
synced 2026-03-21 17:54:57 -05:00
Silence 'Nothing to be done for generated' messages (#2059)
Some checks are pending
CI / build (push) Waiting to run
Some checks are pending
CI / build (push) Waiting to run
This commit is contained in:
parent
e45fe13af4
commit
f04c2faeb0
2
Makefile
2
Makefile
|
|
@ -266,6 +266,8 @@ include audio_rules.mk
|
|||
# NOTE: Tools must have been built prior (FIXME)
|
||||
# so you can't really call this rule directly
|
||||
generated: $(AUTO_GEN_TARGETS)
|
||||
@: # Silence the "Nothing to be done for `generated'" message, which some people were confusing for an error.
|
||||
|
||||
|
||||
%.s: ;
|
||||
%.png: ;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user