From 2762bf20d017ba263688e104b60e34accd22ac6d Mon Sep 17 00:00:00 2001 From: Chris Dent Date: Tue, 7 Jun 2011 17:43:24 +0100 Subject: [PATCH] All redirects to be followed when curling. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f8763cf..5deddd3 100644 --- a/Makefile +++ b/Makefile @@ -16,12 +16,12 @@ clean: rm -r store || true tsp: - curl -o TiddlySpaceLinkPlugin.js $(SPACELINK) + curl -Lo TiddlySpaceLinkPlugin.js $(SPACELINK) get: $(TWREMOTES) tsp %.js: - curl -o $*.js https://github.com/TiddlyWiki/tiddlywiki/raw/master/js/$*.js + curl -Lo $*.js https://github.com/TiddlyWiki/tiddlywiki/raw/master/js/$*.js build: cat