From afca36b79b272580207f0e59855584477fcc132b Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 16 Feb 2014 15:36:47 +0100 Subject: Overwrite existing symlink. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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, $<)) -- cgit v1.2.3