aboutsummaryrefslogtreecommitdiffhomepage
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index e31a939..c88972d 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -48,6 +48,7 @@ test-compile:
48 48
49website-githubpages: 49website-githubpages:
50 bash scripts/launch-website.sh 50 bash scripts/launch-website.sh
51
51website: 52website:
52ifeq (,$(wildcard $(GOPATH)/src/$(WEBSITE_REPO))) 53ifeq (,$(wildcard $(GOPATH)/src/$(WEBSITE_REPO)))
53 echo "$(WEBSITE_REPO) not found in your GOPATH (necessary for layouts and assets), get-ting..." 54 echo "$(WEBSITE_REPO) not found in your GOPATH (necessary for layouts and assets), get-ting..."