From c81898d6a760e2057f0933c9da6160702a4d0f61 Mon Sep 17 00:00:00 2001 From: tslil clingman Date: Wed, 20 Jan 2021 13:23:58 -0500 Subject: In-lined as much as a i dare --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') 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) -- cgit v1.2.3