]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: halog: make clean should also remove .o files
authorWilly Tarreau <w@1wt.eu>
Tue, 12 Jun 2012 05:59:16 +0000 (07:59 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 12 Jun 2012 05:59:16 +0000 (07:59 +0200)
contrib/halog/Makefile

index 680a5b730a1f86ffb2b2a84c047164a8e3d9fadb..26758e8a6fd9af75e57899b4e3d12617c4017f2a 100644 (file)
@@ -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]