From c2f215f5559aa035e1141e7da848d42ee44dcfd0 Mon Sep 17 00:00:00 2001 From: Joe Adams Date: Thu, 11 Jan 2018 11:55:54 +0000 Subject: [PATCH] Updated makefile --- breakout/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/breakout/makefile b/breakout/makefile index 5686b41..a2aec50 100644 --- a/breakout/makefile +++ b/breakout/makefile @@ -1,7 +1,7 @@ breakout_s = breakout.c breakout_c = breakout all: breakout.c - clang $(breakout_s) -l SDL2 -lGLU -lGL -lm -o $(breakout_c) + clang $(breakout_s) -l SDL2 -l SDL2_image -l SDL2_ttf -lGLU -lGL -lm -o $(breakout_c) ./breakout clean: breakout.c