From 9736b13ea38b65e46e9a7286b345dbc8a4118f78 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Wed, 2 Sep 2020 15:56:57 -0700 Subject: [PATCH] makefile: Revise comments describing SDL support to only mention SDL2 --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 5a6a99ea..b2d89b53 100644 --- a/makefile +++ b/makefile @@ -36,7 +36,7 @@ # simulators without networking support, invoking GNU make with # NONETWORK=1 will do the trick. # -# By default, video support is enabled if the SDL/SDL2 development +# By default, video support is enabled if the SDL2 development # headers and libraries are available. To force a build without video # support, invoke GNU make with NOVIDEO=1. #