diff options
author | Lars Müller | 2006-08-25 14:53:48 +0200 |
---|---|---|
committer | Lars Müller | 2006-08-25 14:53:48 +0200 |
commit | ea4bf62f84d7c7c98e271cdba6666235d830c438 (patch) | |
tree | a2455811a87236708c47c883e9cd628da7e2ffca /Makefile | |
parent | Be more precise with the tar ball exclude. (diff) | |
download | core-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-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |