From: Timo Kokkonen Date: Fri, 2 Apr 2010 09:03:37 +0000 (+0300) Subject: Makefile: Add missing lib X-Git-Url: http://git.itanic.dy.fi/?p=sdl-planets;a=commitdiff_plain;h=c0581490dbb33d84a94e69020ceadaac7c810a6d Makefile: Add missing lib Signed-off-by: Timo Kokkonen --- 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