From f484584a4a9fa62a06a00a58864f0756665da630 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Fri, 4 Sep 2020 09:06:00 +0200 Subject: fix: makefile --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 0237f02..db2992b 100644 --- a/makefile +++ b/makefile @@ -50,5 +50,5 @@ allocator: allocator.c allocator.h cc $(CFLAGS) $< -o $@ clean: - rm -f list dlist stack stack2 queue ringbuff hashtab tree avl heap quicksort allocator rb deque + rm -f list list-tail-node dlist stack stack2 queue ringbuff hashtab tree avl heap quicksort allocator rb deque -- cgit v1.3