Changed Makefile to allow for easier 'make update'

This commit is contained in:
David Carley
2021-03-02 20:05:43 -08:00
parent a0ae0a4e30
commit c28c90febd

View File

@@ -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