aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 0237f02..db2992b 100644
--- a/makefile
+++ b/makefile
@@ -50,5 +50,5 @@ allocator: allocator.c allocator.h
50 cc $(CFLAGS) $< -o $@ 50 cc $(CFLAGS) $< -o $@
51 51
52clean: 52clean:
53 rm -f list dlist stack stack2 queue ringbuff hashtab tree avl heap quicksort allocator rb deque 53 rm -f list list-tail-node dlist stack stack2 queue ringbuff hashtab tree avl heap quicksort allocator rb deque
54 54