mirror of
https://github.com/open-webui/assistant
synced 2025-06-04 03:47:59 +00:00
Update Makefile
This commit is contained in:
parent
3036fcba0a
commit
05ba0e78b8
6
Makefile
6
Makefile
@ -1,7 +1,6 @@
|
|||||||
.PHONY: all clean install
|
.PHONY: all clean install
|
||||||
|
|
||||||
clean:
|
.DEFAULT_GOAL := all
|
||||||
rm -rf node_modules
|
|
||||||
|
|
||||||
all:
|
all:
|
||||||
npm i
|
npm i
|
||||||
@ -10,5 +9,8 @@ all:
|
|||||||
rm -f node_modules/execa/node_modules/.bin/which
|
rm -f node_modules/execa/node_modules/.bin/which
|
||||||
npm run make
|
npm run make
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -rf node_modules
|
||||||
|
|
||||||
install:
|
install:
|
||||||
mv out/open-webui-assistant-darwin-arm64/open-webui-assistant.app ~/Applications/Open\ WebUI\ Assistant.app
|
mv out/open-webui-assistant-darwin-arm64/open-webui-assistant.app ~/Applications/Open\ WebUI\ Assistant.app
|
||||||
|
Loading…
Reference in New Issue
Block a user