aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index db1f47cccf..3d2b7fc01e 100644
--- a/Makefile
+++ b/Makefile
@@ -122,6 +122,13 @@ distclean:
.PHONY: mrproper
mrproper: distclean
+# Prepare for source tarball
+.PHONY: src-tarball
+src-tarball: distclean
+ $(MAKE) -C xen .banner
+ rm -rf xen/tools/figlet
+ $(MAKE) -C xen distclean
+
.PHONY: help
help:
@echo 'Installation targets:'