Update some internal names

This commit is contained in:
2024-10-04 23:16:24 -05:00
parent 47ad14f028
commit 8d7cbb27c7
3 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ DEBUGFLAGS=-DDEBUG
SRC=$(shell find . -name *.cpp)
OBJ=$(SRC:%.cpp=%.o)
BIN=build/placeholderengine
BIN=build/agnosiaengine
.PHONY: all