diff --git a/Makefile b/Makefile index 55e50cb718..84614d6edf 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -include config.mak +include config.mk TARGET = ssnes diff --git a/config.h b/config.h index 737f4f14a5..600ca6e38e 100644 --- a/config.h +++ b/config.h @@ -38,7 +38,7 @@ #define AUDIO_ALSA 3 //////////////////////// -// Chooses which video and audio subsystem to use. Remember to update config.mak if you change these. +// Chooses which video and audio subsystem to use. Remember to update config.mk if you change these. #define VIDEO_DRIVER VIDEO_GL #define AUDIO_DRIVER AUDIO_ALSA @@ -71,7 +71,7 @@ static const bool force_aspect = true; #define FILTER_HQ4X 2 //////////////////////// -// If you change this to something other than the HQ filters, make sure that you build the filter module in config.mak. +// If you change this to something other than the HQ filters, make sure that you build the filter module in config.mk. #define VIDEO_FILTER FILTER_NONE diff --git a/config.mak b/config.mk similarity index 100% rename from config.mak rename to config.mk