Add Main to Makefile

This commit is contained in:
Samuel Oberhofer 2022-05-23 21:15:08 +02:00
parent 7c4662b322
commit 1966900dc7
1 changed files with 1 additions and 1 deletions

View File

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