aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2020-08-16 09:18:09 +0200
committerThomas Schmucker <ts@its1.de>2020-08-16 09:18:09 +0200
commitb87171644885c36137ea76195384497517526cd1 (patch)
tree8e17601812bf51efb24d1948dc1d9cb806dd7053 /makefile
parent4e170f739cc3d8785e16266377be85e98034cb36 (diff)
parent94a6f299a5c21effb0ed9fdde9b747427e1fbc90 (diff)
downloaddata-structures-b87171644885c36137ea76195384497517526cd1.tar.gz
data-structures-b87171644885c36137ea76195384497517526cd1.tar.bz2
data-structures-b87171644885c36137ea76195384497517526cd1.zip
Merge branch 'deque'
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 0c229d6..9748166 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=-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