diff options
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -49,7 +49,7 @@ quicksort: quicksort.c util.h | |||
| 49 | allocator: allocator.c allocator.h | 49 | allocator: allocator.c allocator.h |
| 50 | cc $(CFLAGS) $< -o $@ | 50 | cc $(CFLAGS) $< -o $@ |
| 51 | 51 | ||
| 52 | arraylist: arraylist.c | 52 | arraylist: arraylist.c util.h |
| 53 | cc $(CFLAGS) $< -o $@ | 53 | cc $(CFLAGS) $< -o $@ |
| 54 | 54 | ||
| 55 | clean: | 55 | clean: |
