Skip to content

Commit

Permalink
Fix release target
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Jun 2, 2021
1 parent f6ab000 commit a9ae706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ readme:

.PHONY: release
release:
@cd $(PKG_BUILD_DIR) && @$(PYTHON) setup.py release --sign --search-dir $(PACKAGE)
@cd $(PKG_BUILD_DIR) && $(PYTHON) setup.py release --sign --search-dir $(PACKAGE)
@make clean

.PHONY: setup
Expand Down

0 comments on commit a9ae706

Please sign in to comment.