summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2014-02-16 15:36:47 +0100
committerJonas Smedegaard <dr@jones.dk>2014-02-16 15:36:47 +0100
commitafca36b79b272580207f0e59855584477fcc132b (patch)
tree9c4458ab54d0e83ed207f96ab9e1270143956bc3 /Makefile
parented11dad03cab04ad4b8e00df808fa5cfb06551cf (diff)
Overwrite existing symlink.
Diffstat (limited to 'Makefile')
-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, $<))