Update Objs

This commit is contained in:
Samuel Oberhofer 2022-06-06 13:35:43 +02:00
parent bf104735f2
commit 0d05a3adcc
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ BINARY = main
# Name of the binary for Release # Name of the binary for Release
FINAL = prototyp FINAL = prototyp
# Object files # Object files
OBJS = main.o OBJS = Ware.o ExtendedBinaryTreeNode.o ExtendedBinaryTree.o main.o
# Compiler flags # Compiler flags
CFLAGS = -Werror -Wall -std=c++17 -fsanitize=address,undefined -g CFLAGS = -Werror -Wall -std=c++17 -fsanitize=address,undefined -g
# Linker flags # Linker flags