summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-07-14 15:07:59 -0600
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-07-14 15:07:59 -0600
commitd10acd3ebf889fc50054b4da9c1962bad79533e1 (patch)
tree38970704a658d9ed31585c5518007d48ade6bac6 /Makefile
parent9b6561a2c1a99023a5cad68a1763a07c4aecae8d (diff)
parent7f7598cf43e6b630ac21bc9a435773773213ea60 (diff)
Merge branch 'archweb-generic2'
Conflicts: Makefile templates/public/index.html
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0e16c5b9..9c3fafea 100644
--- a/Makefile
+++ b/Makefile
@@ -8,4 +8,4 @@ endef
default: all ;
%:
- $(foreach subdir,$(subdirs),$(MAKE) -C $(subdir) $@$(newline))
+ $(foreach subdir,$(subdirs),$(MAKE) -C $(subdir) $@$(newline))