]> git.pld-linux.org Git - projects/geninitrd.git/commitdiff
Add make clean.
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 14 Dec 2006 19:48:13 +0000 (19:48 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Thu, 14 Dec 2006 19:48:13 +0000 (19:48 +0000)
svn-id: @8108

Makefile

index 954b008e61f187462fc50dc5992599a535fe9e08..e3839b2674e9a6c4bb9a1c5d1f6687e09edd2cfc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,9 @@ geninitrd.8: geninitrd.8.xml
 
 dist: geninitrd-$(VERSION).tar.gz
 
+clean:
+       rm -f geninitrd.8
+
 geninitrd-$(VERSION).tar.gz: $(FILES)
        -rm -f *.tar.gz
        -rm -rf geninitrd-$(VERSION)
This page took 0.441092 seconds and 4 git commands to generate.