From 8cd5b34c9182e49ac01ea7ab50090a296f3dd645 Mon Sep 17 00:00:00 2001 From: myitinos Date: Sat, 16 Feb 2019 11:43:34 +0800 Subject: [PATCH] changed indo.o recipe --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7a0c805..0d7a29d 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ player.o : $(CLASS_DIR)/player.cpp $(CLASS_DIR)/player.hpp $(CLASS_DIR)/characte creation.o : $(INTER_DIR)/creation.cpp $(INTER_DIR)/creation.hpp $(CLASS_DIR)/player.hpp $(INTER_DIR)/info.hpp $(OBJ_CMD) -info.o : $(INTER_DIR)/info.cpp $(INTER_DIR)/info.hpp $(CLASS_DIR)/player.hpp $(CLASS_DIR)/character.hpp $(CLASS_DIR)/monster.hpp +info.o : $(INTER_DIR)/info.cpp $(INTER_DIR)/info.hpp $(CLASS_DIR)/player.hpp $(CLASS_DIR)/character.hpp $(OBJ_CMD) betatest.o : $(SYS_DIR)/betatest.cpp $(SYS_DIR)/betatest.hpp