From c0581490dbb33d84a94e69020ceadaac7c810a6d Mon Sep 17 00:00:00 2001 From: Timo Kokkonen Date: Fri, 2 Apr 2010 12:03:37 +0300 Subject: [PATCH] Makefile: Add missing lib Signed-off-by: Timo Kokkonen --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4f3207e..cb158fe 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ SDL_CONFIG=$(shell sdl-config --cflags) SDL_LIBS=$(shell sdl-config --libs) CFLAGS=$(SDL_CONFIG) -Wall -O2 -g -LIBS=$(SDL_LIBS) -lm +LIBS=$(SDL_LIBS) -lm -lrt CC=gcc SPARSE=sparse -- 2.45.0