diff --git a/Makefile b/Makefile index 4d7d98e8..6652956c 100644 --- a/Makefile +++ b/Makefile @@ -29,6 +29,7 @@ else ifneq ($(findstring MINGW,$(shell uname -a)),) system_platform = win endif + CORE_DIR += ./src TARGET_NAME := melonds LIBM = -lm diff --git a/Makefile.common b/Makefile.common index 12eee17f..dd4698eb 100644 --- a/Makefile.common +++ b/Makefile.common @@ -10,7 +10,7 @@ SOURCES_CXX := $(CORE_DIR)/NDS.cpp \ $(CORE_DIR)/GPU.cpp \ $(CORE_DIR)/GPU2D.cpp \ $(CORE_DIR)/GPU3D.cpp \ - $(CORE_DIR)/GPU3D_Soft.cpp \ + $(CORE_DIR)/GPU3D_Soft.cpp \ $(CORE_DIR)/NDSCart.cpp \ $(CORE_DIR)/RTC.cpp \ $(CORE_DIR)/SPI.cpp \