]> git.huck.website - gol.git/commitdiff
removed: defined compilers in makefile main
authorHuck Boles <huck@huck.website>
Tue, 27 Jun 2023 21:29:07 +0000 (16:29 -0500)
committerHuck Boles <huck@huck.website>
Tue, 27 Jun 2023 21:32:52 +0000 (16:32 -0500)
Makefile

index 91fe24628811143962833d23072b8c28e97e96b6..87c1f0b0223d5c78a1164929c464b5a82ce01b1c 100644 (file)
--- 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