Add Ware.cpp

This commit is contained in:
Samuel Oberhofer
2022-05-23 22:07:12 +02:00
parent 8282ffdcf1
commit 93b6d4c657
2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ BINARY = main
# Name of the binary for Release
FINAL = prototyp
# Object files
OBJS = Sortiment.o main.o
OBJS = Sortiment.o main.o Ware.o
# Compiler flags
CFLAGS = -Werror -Wall -std=c++17 -fsanitize=address,undefined -g
# Linker flags