Skip to content

Commit

Permalink
infra.misc>modify.fix: add changelog into .PHONY in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnfan committed Jul 25, 2023
1 parent 6782137 commit b200ae5
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 @@ -27,4 +27,4 @@ changelog: ;@echo "Making ${PROJECT} Changelog......\n"; \
git log $(V_OLD)..$(V_NEW) --oneline --abbrev-commit --pretty="* %h %s" > $(OUT_FILE); \
echo "changelog between $(V_OLD) and $(V_NEW) has been written into file $(OUT_FILE)"

.PHONY: install lint test build clean
.PHONY: install lint test build clean changelog

0 comments on commit b200ae5

Please sign in to comment.