From f4bfe66a84030fdcdfbaafd484482c515fb7abb9 Mon Sep 17 00:00:00 2001 From: Paul W. Frields Date: Nov 18 2016 18:49:34 +0000 Subject: Allow overrides on the default target This should probably be the case for all targets, so any site-specific build twiddling works by altering that site's Makefile. --- diff --git a/Makefile.in b/Makefile.in index 83a5d7e..fbb8e71 100644 --- a/Makefile.in +++ b/Makefile.in @@ -25,7 +25,7 @@ sync = \ fi \ fi -all: $(LANGUAGES) +all:: $(LANGUAGES) cp static/robots.txt out/ static: