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