From aaf1594a6e65c8cac0bca9eb958a4ae2c54a8420 Mon Sep 17 00:00:00 2001 From: Yoann Date: Mon, 26 Sep 2011 21:51:01 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20d'un=20lien=20de=20biblioth=C3=A8que=20?= =?UTF-8?q?=C3=A0=20la=20compilation.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 59cd86e..ea3b8a3 100644 --- a/Makefile +++ b/Makefile @@ -5,4 +5,4 @@ simple-terrain: simple-terrain.c gcc simple-terrain.c -o simple-terrain display: display.c - gcc -lGL -lSDL display.c -o display + gcc -lGL -lSDL -lGLU display.c -o display