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