aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortslil clingman <tslil@posteo.de>2021-01-20 01:09:22 -0500
committertslil <tslil@posteo.de>2026-08-28 19:37:41 +0100
commit3b9c9d71f8a30d8a38c78f49cb19f616040a9dc5 (patch)
treec61d55be0abd9a26f44ca3adce9bd9e8b71e0f63 /Makefile
parent277a2c0984a9bbe7e966d62ae05445c494d09455 (diff)
Closing in on lcd!
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)