From 56833f88e799dc0d826015196177b08cecf3cd76 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Wed, 25 Dec 2019 06:09:38 +0000 Subject: [PATCH] Add a build target for ocean.gurulogic.ca --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c526f83..9f3d4c8 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,11 @@ debug: bin/build-gensite bin/gensite . www http://localhost:8000 +ocean: + @echo + bin/build-gensite + bin/gensite . www http://ocean.gurulogic.ca:8000 + beta: clean_blog @echo bin/build-gensite @@ -42,4 +47,4 @@ serve: @echo cd www && python -m SimpleHTTPServer -.PHONY: debug beta release publish publish_beta clean clean_blog clean_swift serve +.PHONY: debug ocean beta release publish publish_beta clean clean_blog clean_swift serve