From 249f6c9fa384e9e3265cafb1357e502ea7db72f7 Mon Sep 17 00:00:00 2001 From: tylermurphy534 Date: Tue, 20 Sep 2022 22:02:58 -0400 Subject: texture loading --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 561c5bf..a97fd1d 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,7 @@ INCFLAGS = -Isrc INCFLAGS += -Iengine INCFLAGS += -Ilib/glfw/include INCFLAGS += -Ilib/glm +INCFLAGS += -Ilib/stb CCFLAGS = -std=c++17 -O2 -g CCFLAGS += $(INCFLAGS) -- cgit v1.2.3-freya