summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 75bb9bd..c0e9f52 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ bin/pke-at: ## Builds the pke-at executable
bin/pke-at: obj/main.o
bin/pke-at: obj/pke-at-settings.o
bin/pke-at: obj/pke-at.o
-bin/pke-at: obj/scene-main.o
+bin/pke-at: obj/level-main.o
$(CXX) -v -std=c++23 $(BUILD_MODE_FLAGS) $(INCS) $^ $(LDFLAGS) $(CXXFLAGS) -o $@
.PHONY: clean