From 6085767ff373cb6ded89a46c8d86855b923cb7a1 Mon Sep 17 00:00:00 2001 From: burg Date: Sat, 22 Jan 2005 23:52:59 +0000 Subject: Optimisation de l'affichage et correction de bogues. --- i/serialplot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i/serialplot/Makefile') diff --git a/i/serialplot/Makefile b/i/serialplot/Makefile index a31ac4b..1f88001 100644 --- a/i/serialplot/Makefile +++ b/i/serialplot/Makefile @@ -1,5 +1,5 @@ CFLAGS = $(shell sdl-config --cflags) -g -Wall -LDLIBS = $(shell sdl-config --libs) -lSDL_image +LDLIBS = $(shell sdl-config --libs) -g -Wall -lSDL_image OBJECTS = BFont.o serialplot_sdl.o serialplot_io.o serialplot_RdMch.o all: serialplot -- cgit v1.2.3