diff options
| author | Thomas Schmucker <ts@its1.de> | 2020-08-16 09:18:09 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2020-08-16 09:18:09 +0200 |
| commit | b87171644885c36137ea76195384497517526cd1 (patch) | |
| tree | 8e17601812bf51efb24d1948dc1d9cb806dd7053 /makefile | |
| parent | 4e170f739cc3d8785e16266377be85e98034cb36 (diff) | |
| parent | 94a6f299a5c21effb0ed9fdde9b747427e1fbc90 (diff) | |
| download | data-structures-b87171644885c36137ea76195384497517526cd1.tar.gz data-structures-b87171644885c36137ea76195384497517526cd1.tar.bz2 data-structures-b87171644885c36137ea76195384497517526cd1.zip | |
Merge branch 'deque'
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1,6 +1,6 @@ | |||
| 1 | .PHONY: all clean | 1 | .PHONY: all clean |
| 2 | 2 | ||
| 3 | CFLAGS=-O3 -Wall -Werror -Wno-unused-function -pedantic -std=c99 -g | 3 | CFLAGS=-Wall -Werror -Wextra -Wno-unused-function -Wsign-conversion -pedantic -std=c99 -g |
| 4 | 4 | ||
| 5 | all: list dlist stack stack2 queue ringbuff hashtab tree avl heap quicksort allocator rb deque | 5 | all: list dlist stack stack2 queue ringbuff hashtab tree avl heap quicksort allocator rb deque |
| 6 | 6 | ||
