diff --git a/Makefile b/Makefile index 3af6b4ed..c34318f9 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,5 @@ -# Default platform is rpi4 / SDL2 / Dispmanx -ifeq ($(PLATFORM),) - PLATFORM = rpi4 -endif +# Specify "make PLATFORM=" to compile for a specific target. +# Check the supported list of platforms below for a ful list # Raspberry Pi 4 CPU flags ifneq (,$(findstring rpi4,$(PLATFORM)))