diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2024-08-05 10:33:14 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2024-08-05 10:33:14 -0400 |
commit | 66991ce9b81f4af3c095d38fa2187837d94e5469 (patch) | |
tree | f889b93e33ad346e69f070da3fa9f8af9c943393 /Makefile | |
parent | b2eb646979b9cdcef4f9edfbcc2e2309b1f57a18 (diff) |
refactor and split into headers
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)) |