aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorCristian Gafton <gafton@redhat.com>1999-07-09 00:15:17 +0000
committerCristian Gafton <gafton@redhat.com>1999-07-09 00:15:17 +0000
commit0fb32ab46eb4a3f32ca736cca760a9cc21230a98 (patch)
treebf35a0d4bb2bd5107ebbcc5446e9e10d77c2b31b /Makefile
parent472608973882126a06e710b87ab14a9f3f0e0236 (diff)
downloadinitscripts-0fb32ab46eb4a3f32ca736cca760a9cc21230a98.tar
initscripts-0fb32ab46eb4a3f32ca736cca760a9cc21230a98.tar.gz
initscripts-0fb32ab46eb4a3f32ca736cca760a9cc21230a98.tar.bz2
initscripts-0fb32ab46eb4a3f32ca736cca760a9cc21230a98.tar.xz
initscripts-0fb32ab46eb4a3f32ca736cca760a9cc21230a98.zip
remove *~ on make clean
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bf1e4132..2db1f5cc 100644
--- a/Makefile
+++ b/Makefile
@@ -30,6 +30,7 @@ install:
clean:
(cd src; make clean)
+ @rm -fv *~
tag-archive:
@cvs -Q tag -F $(CVSTAG)