summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLars Müller2006-08-25 14:53:48 +0200
committerLars Müller2006-08-25 14:53:48 +0200
commitea4bf62f84d7c7c98e271cdba6666235d830c438 (patch)
treea2455811a87236708c47c883e9cd628da7e2ffca /Makefile
parentBe more precise with the tar ball exclude. (diff)
downloadcore-ea4bf62f84d7c7c98e271cdba6666235d830c438.tar.gz
core-ea4bf62f84d7c7c98e271cdba6666235d830c438.tar.xz
core-ea4bf62f84d7c7c98e271cdba6666235d830c438.zip
Add clean rule.
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@333 95ad53e4-c205-0410-b2fa-d234c58c8868
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