From: Mike Taylor Date: Tue, 9 Jul 2013 14:57:57 +0000 (+0100) Subject: Fix path for sub-Make X-Git-Tag: 0.9.1~305^2~2 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=bc6b00ea4bcbe429d81fce7faf4c0fe94ac2eaf3;hp=d752b5f39282e42b4f8abe08d7ac5a1a4768e1d5 Fix path for sub-Make --- diff --git a/Makefile b/Makefile index 5944316..1be877d 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ **default**: - (cd experiments/spclient; $(MAKE)) + (cd tools/htdocs; $(MAKE))