summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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