tupperware: add vector container
This commit is contained in:
parent
0126fcd544
commit
8d83f778be
3 changed files with 184 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -1,11 +1,12 @@
|
|||
CC = gcc
|
||||
CFLAGS = -Wall -Wextra -pedantic -std=c99 -Werror
|
||||
CPPFLAGS = -Iinclude/ -Itests/
|
||||
CPPFLAGS = -Iinclude/ -Itests/ -D_DEFAULT_SOURCE
|
||||
VPATH = src/ tests/
|
||||
|
||||
SRC = \
|
||||
src/avl.c \
|
||||
src/list.c \
|
||||
src/vector.c \
|
||||
|
||||
OBJS = $(SRC:.c=.o)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue