diff --git a/Uebung 1/Makefile b/Uebung 1/Makefile index f782411..ffef62e 100644 --- a/Uebung 1/Makefile +++ b/Uebung 1/Makefile @@ -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