We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b26916 commit 156c83cCopy full SHA for 156c83c
STM8/src/Makefile
@@ -58,7 +58,7 @@ tools: clean print_info
58
--exclude=.gitattributes \
59
--exclude=.github \
60
--exclude=.gitignore \
61
- --transform "s|$(PACKAGE_FOLDER)|$(PACKAGE_NAME)/tools|" \
+ --transform "s|$(PACKAGE_FOLDER)|$(PACKAGE_NAME)|" \
62
-cjf "$(PACKAGE_NAME)-$(PACKAGE_VERSION)-windows.tar.bz2" "$(PACKAGE_FOLDER)"
63
@-$(RM) $(PACKAGE_FOLDER)/package_version.txt
64
"$(MAKE)" PACKAGE_NAME=$(PACKAGE_NAME) PACKAGE_VERSION=$(PACKAGE_VERSION) --no-builtin-rules postpackaging_tools -C .
0 commit comments