remove tmp files before zipping package dir.

This commit is contained in:
Eon S. Jeon 2018-11-12 17:17:05 +09:00
parent 6bdf14b6de
commit 8d9f140ccc

View File

@ -23,6 +23,7 @@ package: $(PACKAGE_FILE)
run: $(PACKAGE_DIR)
bin/load-script.sh "$(FILE_QML)" "$(PACKAGE_NAME)-test"
@find "$(PACKAGE_DIR)" '(' -name "*.qmlc" -o -name "*.jsc" ')' -delete
stop:
bin/load-script.sh "unload" "$(PACKAGE_NAME)-test"