Update Makefile

This commit is contained in:
Justin Hayes 2024-03-13 08:59:55 -04:00 committed by GitHub
parent 3036fcba0a
commit 05ba0e78b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,6 @@
.PHONY: all clean install
clean:
rm -rf node_modules
.DEFAULT_GOAL := all
all:
npm i
@ -10,5 +9,8 @@ all:
rm -f node_modules/execa/node_modules/.bin/which
npm run make
clean:
rm -rf node_modules
install:
mv out/open-webui-assistant-darwin-arm64/open-webui-assistant.app ~/Applications/Open\ WebUI\ Assistant.app