aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)