aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-02-26 20:44:34 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-02-26 20:44:34 +0100
commit8993254ff194817aed65238f35f51d35e9785ece (patch)
treec233953b1c6b1fd0cd81b5cbdde239e9f8cf4109 /Makefile
parentFix problem with uninitialized memmory. (diff)
downloadcalp-8993254ff194817aed65238f35f51d35e9785ece.tar.gz
calp-8993254ff194817aed65238f35f51d35e9785ece.tar.xz
Simplify Makefiel.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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