From: Willy Tarreau Date: Tue, 12 Jun 2012 05:59:16 +0000 (+0200) Subject: CLEANUP: halog: make clean should also remove .o files X-Git-Tag: v1.5-dev12~143 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8ad4193100aafa19f04929670371bf823dbe11d0;p=thirdparty%2Fhaproxy.git CLEANUP: halog: make clean should also remove .o files --- diff --git a/contrib/halog/Makefile b/contrib/halog/Makefile index 680a5b730a..26758e8a6f 100644 --- a/contrib/halog/Makefile +++ b/contrib/halog/Makefile @@ -12,4 +12,4 @@ halog: halog.c fgets2.c $(CC) $(OPTIMIZE) -o $@ $(INCLUDE) $(EBTREE_DIR)/ebtree.c $(EBTREE_DIR)/eb32tree.c $(EBTREE_DIR)/eb64tree.c $(EBTREE_DIR)/ebmbtree.c $(EBTREE_DIR)/ebsttree.c $(EBTREE_DIR)/ebistree.c $(EBTREE_DIR)/ebimtree.c $^ clean: - rm -f $(OBJS) + rm -f $(OBJS) *.[oas]