From d9d646d6442392d60d5c9253706cceb1c9928f5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 12 Mar 2019 19:03:48 +0100 Subject: Add termios bindings from C. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 812205a8..17f90a91 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ X_FILES = $(SCM_C_FILES:.scm.c=.x) O_FILES = $(C_FILES:%.c=obj/%.o) -all: parse libguile-calendar.so +all: parse libguile-calendar.so libtermios.so parse: $(O_FILES) $(CC) -o $@ $^ $(LDFLAGS) @@ -38,7 +38,7 @@ $(OBJDIR)/%.o : %.c # $(H_FILES) $(X_FILES) $(OBJDIR): mkdir -p $(OBJDIR) -libguile-calendar.so: $(O_FILES) +%.so: $(O_FILES) $(CC) -shared -o $@ $^ $(LDFLAGS) .SECONDARY += %.dot -- cgit v1.2.3