diff --git a/Makefile b/Makefile index a732774b..86e4f5cb 100644 --- a/Makefile +++ b/Makefile @@ -206,9 +206,9 @@ ifneq ($(WINDOWS), 1) endif ifeq ($(RENDERER), Texture) - SOURCES += Backends/Rendering/SDLTexture.cpp + SOURCES += Backends/Rendering/SDLTexture else ifeq ($(RENDERER), Software) - SOURCES += Backends/Rendering/Software.cpp + SOURCES += Backends/Rendering/Software endif OBJECTS = $(addprefix obj/$(FILENAME)/, $(addsuffix .o, $(SOURCES)))