From 8993254ff194817aed65238f35f51d35e9785ece Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 26 Feb 2019 20:44:34 +0100 Subject: Simplify Makefiel. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6daff1d4..8053f704 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ X_FILES = $(SCM_C_FILES:.scm.c=.x) .SECONDARY: $(X_FILES) -O_FILES = $(addprefix obj/,$(C_FILES:.c=.o)) +O_FILES = $(C_FILES:%.c=obj/%.o) all: parse libguile-calendar.so -- cgit v1.2.3