From a0f959e597fd5f6bb332a84c1322c63e7326d292 Mon Sep 17 00:00:00 2001
From: Ronald Kinard <ronkinard93@gmail.com>
Date: Mon, 4 Aug 2014 00:04:03 -0500
Subject: [PATCH] Fix Makefile to target sdl correctly

---
 src/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile b/src/Makefile
index 3596c80aa..f5d58af3a 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -202,7 +202,7 @@ LIBS+=-lm
 endif
 
 ifdef SDL
-include sdl2/Makefile.cfg
+include sdl/Makefile.cfg
 endif #ifdef SDL
 
 ifdef DISTCC
-- 
GitLab