host = minimally.online build: content/* templates/* config.toml web.json rm -rf build kiln build publish: build rsync -ru build/html/ $(host):/srv/html/ rsync -ru build/gmi/ $(host):/srv/gmi/ clean: rm -rf build