summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSean Molenaar <SMillerDev@users.noreply.github.com>2019-03-14 11:13:34 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2019-03-14 11:13:34 +0100
commit42275420e464f35917655b98b64adb055c062c83 (patch)
tree51a45380a8e919ce5823edb42fee2dd9921db1c4 /Makefile
parentfe35ba698fcc42b81f5362d9142163cfe6907af2 (diff)
Have dist also reinstall dependencies (#432)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f3c9b602c..59e3c0acd 100644
--- a/Makefile
+++ b/Makefile
@@ -124,6 +124,8 @@ distclean: clean
# Builds the source and appstore package
.PHONY: dist
dist:
+ make distclean
+ make build
make source
make appstore