Update Make
This commit is contained in:
+1
-1
@@ -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 = Sortiment.o main.o Ware.o
|
OBJS = Ware.o Sortiment.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
|
||||||
|
|||||||
Reference in New Issue
Block a user