From 3b9c9d71f8a30d8a38c78f49cb19f616040a9dc5 Mon Sep 17 00:00:00 2001 From: tslil clingman Date: Wed, 20 Jan 2021 01:09:22 -0500 Subject: Closing in on lcd! --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 77785c6..c12d1ab 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ IDIR=include TDIR=3rd-party DEFINES=-DDETERMINISTIC -CFLAGS=-static -O3 -Wall -Wextra -std=c99 -D_DEFAULT_SOURCE $(DEFINES) -I$(IDIR) -I$(TDIR) +CFLAGS=-O3 -Wall -Wextra -std=c99 -D_DEFAULT_SOURCE $(DEFINES) -I$(IDIR) -I$(TDIR) LIBS= SRCS=$(wildcard include/*.c) $(wildcard 3rd-party/*.c) -- cgit v1.2.3