diff options
Diffstat (limited to '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 | ||
