aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 63a9aed..c83159e 100644
--- a/makefile
+++ b/makefile
@@ -49,7 +49,7 @@ quicksort: quicksort.c util.h
49allocator: allocator.c allocator.h 49allocator: allocator.c allocator.h
50 cc $(CFLAGS) $< -o $@ 50 cc $(CFLAGS) $< -o $@
51 51
52arraylist: arraylist.c 52arraylist: arraylist.c util.h
53 cc $(CFLAGS) $< -o $@ 53 cc $(CFLAGS) $< -o $@
54 54
55clean: 55clean: