aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortslil clingman <tslil@posteo.de>2021-01-20 13:23:58 -0500
committertslil <tslil@posteo.de>2026-08-28 19:37:41 +0100
commitc81898d6a760e2057f0933c9da6160702a4d0f61 (patch)
treef08bc685da10ec7f9201f983e1b5528f388f7f88 /Makefile
parentc1b4600ee67c651a79f682600fa7f2676ffa916e (diff)
In-lined as much as a i dare
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c12d1ab..4a9c77b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,6 @@
IDIR=include
-TDIR=3rd-party
DEFINES=-DDETERMINISTIC
-CFLAGS=-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)
LIBS=
SRCS=$(wildcard include/*.c) $(wildcard 3rd-party/*.c)