From: Huck Boles Date: Tue, 27 Jun 2023 21:29:07 +0000 (-0500) Subject: removed: defined compilers in makefile X-Git-Url: https://git.huck.website/?a=commitdiff_plain;p=gol.git removed: defined compilers in makefile --- diff --git a/Makefile b/Makefile index 91fe246..87c1f0b 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ RM = rm -f CFLAGS += -O2 -pipe CPPFLAGS += -I$(SRCDIR) -I$(BUILD) -LDFLAGS += -L$(SRCDIR) -L$(BUILD) +LDFLAGS += LDLIBS += WARNINGS ?= -Wall -Wextra -Wpedantic