From c718109fc6288501062e4484de14f4a92af897a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 5 Apr 2019 18:23:32 +0200 Subject: Remove old termios bindings. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bb6cfd33..99f2aca9 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ CFLAGS = -std=gnu11 -Wall -Wextra \ $(shell guile-config compile) LDFLAGS = -fPIC $(shell guile-config link) -LIBS = libguile-calendar.so libtermios.so +LIBS = libguile-calendar.so SO_FILES = $(addprefix $(LIBDIR)/, $(LIBS)) H_FILES = $(wildcard src/*.h) -- cgit v1.2.3