summaryrefslogtreecommitdiff
path: root/i/serialplot/Makefile
diff options
context:
space:
mode:
authorburg2005-01-22 23:52:59 +0000
committerburg2005-01-22 23:52:59 +0000
commit6085767ff373cb6ded89a46c8d86855b923cb7a1 (patch)
treeb5eb5b878831d5ffcac1d25c2be7b3371a60392c /i/serialplot/Makefile
parent02d6993344c968b0e98848d9f45726f56894bdc8 (diff)
Optimisation de l'affichage et correction de bogues.
Diffstat (limited to 'i/serialplot/Makefile')
-rw-r--r--i/serialplot/Makefile2
1 files changed, 1 insertions, 1 deletions
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