summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5938bb9f..f4b46d6f 100644
--- a/Makefile
+++ b/Makefile
@@ -62,3 +62,9 @@ rootfs has the\n# prefix '/mnt'." \
#and stage1\nfiles (please remove manually)"
# @rm -rf /usr/share/openslx
# @rm /usr/local/sbin/mkdxsinitrd
+
+clean:
+ @echo "Cleanup OpenSLX source directory "
+ @for file in openslx-*.tar.bz2; do \
+ rm -f $${file}; \
+ done