diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |