Update Objs
This commit is contained in:
parent
bf104735f2
commit
0d05a3adcc
|
|
@ -4,7 +4,7 @@ BINARY = main
|
|||
# Name of the binary for Release
|
||||
FINAL = prototyp
|
||||
# Object files
|
||||
OBJS = main.o
|
||||
OBJS = Ware.o ExtendedBinaryTreeNode.o ExtendedBinaryTree.o main.o
|
||||
# Compiler flags
|
||||
CFLAGS = -Werror -Wall -std=c++17 -fsanitize=address,undefined -g
|
||||
# Linker flags
|
||||
|
|
|
|||
Loading…
Reference in New Issue