summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4bc23d0..4eaab0e 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ $(turtlefiles): build/%/index.ttl : data/%.ttl
# perl -i -pe 's/ {4}/\t/g' "$@"
$(textfiles): %.txt : %.ttl
- ln -s $(notdir $<) $@
+ ln -fs $(notdir $<) $@
$(rdfxmlfiles): %.rdf : %.ttl
$(eval base = $(call getbase, $<))