push back is working

This commit is contained in:
hugogogo
2022-06-02 18:18:38 +02:00
parent 0146ebcbf1
commit dea7818dfa
3 changed files with 32 additions and 19 deletions

View File

@@ -11,6 +11,7 @@ EXT = cpp
CFLAGS = -Wall -Wextra -Werror $(INCLUDES)
CFLAGS += -std=c++98
CFLAGS += -g3
VPATH = $(D_SRCS)