From 301dd8fc6e94505ecf46b6519c83601e5ccdbe81 Mon Sep 17 00:00:00 2001 From: burg Date: Sat, 18 Sep 2004 15:36:04 +0000 Subject: Suppression de la librairie efence --- i/serialplot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i/serialplot/Makefile b/i/serialplot/Makefile index 0599042..a31ac4b 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 -lefence +LDLIBS = $(shell sdl-config --libs) -lSDL_image OBJECTS = BFont.o serialplot_sdl.o serialplot_io.o serialplot_RdMch.o all: serialplot -- cgit v1.2.3