Removing echo lines used for debugging
This commit is contained in:
parent
61cd3a9533
commit
910db356bb
1 changed files with 0 additions and 2 deletions
|
@ -25,8 +25,6 @@ TARGET_256 := $(foreach TEXTURENAME, $(TEXTURE_LIST), $(EACH_REQUIR_256))
|
|||
all: $(DEST_1024) $(DEST_512) $(DEST_256)
|
||||
|
||||
$(DEST_1024): */%.png: $(REQUIR_1024)
|
||||
@ echo "DEST_1024 : $(DEST_1024)"
|
||||
@ echo "TARGET_1024 : $(TARGET_1024)"
|
||||
@ [ -d $$(dirname $@) ] || mkdir -p $$(dirname $@)
|
||||
@ echo "EXPORT : Processing $(PNG1024_DIR)/$(@F) -> $@"
|
||||
@ cp $(PNG1024_DIR)/$(@F) $@
|
||||
|
|
Loading…
Reference in a new issue