forked from vieter-v/libvieter
feat(heap): initially working insert
This commit is contained in:
parent
16b78b8431
commit
c1ad26cf0c
5 changed files with 161 additions and 23 deletions
2
Makefile
2
Makefile
|
|
@ -25,7 +25,7 @@ INC_FLAGS := $(addprefix -I,$(INC_DIRS))
|
|||
# object file is also recompiled if only a header is changed.
|
||||
# -MP: generate a dummy target for every header file (according to the docs it
|
||||
# prevents some errors when removing header files)
|
||||
CFLAGS ?= -MMD -MP
|
||||
CFLAGS ?= -MMD -MP -g
|
||||
VIETERCFLAGS := $(INC_FLAGS) $(CFLAGS) -Wall -Wextra
|
||||
|
||||
.PHONY: all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue