diff options
| author | Thomas Schmucker <ts@its1.de> | 2020-09-04 09:06:00 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2020-09-04 09:06:00 +0200 |
| commit | f484584a4a9fa62a06a00a58864f0756665da630 (patch) | |
| tree | 079bbfd56e2e9b525d5fc00fdf059892927ca434 | |
| parent | 0a38c1d70ab5e9e93ddd406c6bef4a34f084b903 (diff) | |
| download | data-structures-f484584a4a9fa62a06a00a58864f0756665da630.tar.gz data-structures-f484584a4a9fa62a06a00a58864f0756665da630.tar.bz2 data-structures-f484584a4a9fa62a06a00a58864f0756665da630.zip | |
fix: makefile
| -rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -50,5 +50,5 @@ allocator: allocator.c allocator.h | |||
| 50 | cc $(CFLAGS) $< -o $@ | 50 | cc $(CFLAGS) $< -o $@ |
| 51 | 51 | ||
| 52 | clean: | 52 | clean: |
| 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 | ||
