Discussion:
[PATCH] clean out static libs too
Mike Frysinger
2012-04-19 16:32:41 UTC
Permalink
Running `make clean` leaves pevent/libparseevent.a behind, so fix that.

Signed-off-by: Mike Frysinger <vapier-aBrp7R+bbdUdnm+***@public.gmane.org>
---
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index bd57a62..40d0636 100644
--- a/Makefile
+++ b/Makefile
@@ -63,7 +63,7 @@ MANDIR = $(PREFIX)/share/man/man8


clean:
- rm -f *.o *~ powertop DEADJOE core.* */*.o */*~ csstoh css.h
+ rm -f *.o *~ powertop DEADJOE core.* */*.[ao] */*~ csstoh css.h

pevents/libparseevent.a:
$(MAKE) -C pevent
--
1.7.8.5
Loading...