aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b26219e..9dcc70a 100644
--- a/Makefile
+++ b/Makefile
@@ -21,4 +21,7 @@ www:
clean:
$(MAKE) clean -C www
-.PHONY: www
+dist:
+ ./dist.sh
+
+.PHONY: www clean dist install