aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 0c229d6..12d1935 100644
--- a/makefile
+++ b/makefile
@@ -1,6 +1,6 @@
1.PHONY: all clean 1.PHONY: all clean
2 2
3CFLAGS=-O3 -Wall -Werror -Wno-unused-function -pedantic -std=c99 -g 3CFLAGS=-O3 -Wall -Werror -Wextra -Wno-unused-function -Wsign-conversion -pedantic -std=c99 -g
4 4
5all: list dlist stack stack2 queue ringbuff hashtab tree avl heap quicksort allocator rb deque 5all: list dlist stack stack2 queue ringbuff hashtab tree avl heap quicksort allocator rb deque
6 6