aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2020-09-04 09:06:00 +0200
committerThomas Schmucker <ts@its1.de>2020-09-04 09:06:00 +0200
commitf484584a4a9fa62a06a00a58864f0756665da630 (patch)
tree079bbfd56e2e9b525d5fc00fdf059892927ca434
parent0a38c1d70ab5e9e93ddd406c6bef4a34f084b903 (diff)
downloaddata-structures-f484584a4a9fa62a06a00a58864f0756665da630.tar.gz
data-structures-f484584a4a9fa62a06a00a58864f0756665da630.tar.bz2
data-structures-f484584a4a9fa62a06a00a58864f0756665da630.zip
fix: 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