CLEANUP: halog: make clean should also remove .o files

This commit is contained in:
Willy Tarreau 2012-06-12 07:59:16 +02:00
parent a4a1cd1072
commit 8ad4193100
1 changed files with 1 additions and 1 deletions

View 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]