From c28c90febdfe4efa7aceca4daef26e234a1e1ed9 Mon Sep 17 00:00:00 2001 From: David Carley Date: Tue, 2 Mar 2021 20:05:43 -0800 Subject: [PATCH] Changed Makefile to allow for easier 'make update' --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ee8c2c6..9299f66 100644 --- a/Makefile +++ b/Makefile @@ -31,11 +31,11 @@ WATCH := src/pug src/pug/templates src/stylus src/js src/resources Makefile WATCH += src/static ifndef HOST -HOST=bbctrl.local +HOST=onefinity endif ifndef PASSWORD -PASSWORD=buildbotics +PASSWORD=onefinity endif