diff --git a/Makefile b/Makefile index 7c1bf68..d96be3d 100644 --- a/Makefile +++ b/Makefile @@ -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 \ No newline at end of file +.PHONY: install lint test build clean changelog \ No newline at end of file