summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--i/serialplot/Makefile2
1 files changed, 1 insertions, 1 deletions
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