aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Daniel Ruiz de Alegría <daniel@drasite.com>2019-06-03 21:41:18 +0200
committerLibravatar Daniel Ruiz de Alegría <daniel@drasite.com>2019-06-03 21:41:18 +0200
commit8a4b275d587212ac6e63cc6c3c1082cd37cc1abe (patch)
tree299526efb735be49c1c56bd1030a77691706fa15 /Makefile
parent7bad7cbe02dce5a0068c226c0aabef9798b3df7d (diff)
downloadflat-remix-8a4b275d587212ac6e63cc6c3c1082cd37cc1abe.tar.gz
flat-remix-8a4b275d587212ac6e63cc6c3c1082cd37cc1abe.zip
Small fixes before release
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c70835812..583f9410c 100644
--- a/Makefile
+++ b/Makefile
@@ -81,7 +81,7 @@ generate_changelog: _get_version _get_tag
git commit CHANGELOG -m "Update CHANGELOG version $(VERSION)"
git push origin master
-.PHONY: all install $(THEMES) uninstall _get_version _get_tag dist release aur_release copr_release launchpad_release undo_release
+.PHONY: all install $(THEMES) uninstall _get_version _get_tag dist release aur_release copr_release launchpad_release undo_release generate_changelog
# .BEGIN is ignored by GNU make so we can use it as a guard
.BEGIN: