From 681dc600200afd81cec7d692af984ec925ff51dc Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Sun, 1 Dec 2002 23:29:07 +0000 Subject: [PATCH] add "make clean" rule --- examples/gils/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/gils/Makefile.am b/examples/gils/Makefile.am index 9da3bdd..780b782 100644 --- a/examples/gils/Makefile.am +++ b/examples/gils/Makefile.am @@ -3,3 +3,6 @@ dist-hook: cp $(srcdir)/records/*.grs $(distdir)/records EXTRA_DIST = zebra.cfg + +clean: + rm -f *.mf *..LCK zebrasrv.pid -- 1.7.10.4