From 66991ce9b81f4af3c095d38fa2187837d94e5469 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Mon, 5 Aug 2024 10:33:14 -0400 Subject: refactor and split into headers --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f0ad0d1..88cd5d7 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CXXFLAGS := -std=c++23 -O0 -g3 -ggdb \ - -Ientt/single_include + -Iinclude -Ientt/single_include LDFLAGS := -lSDL2 -lSDL2_image OBJS := $(subst .cpp,.o,$(wildcard *.cpp)) -- cgit v1.2.3