Create Makefile

This commit is contained in:
Justin Hayes
2024-03-13 08:52:43 -04:00
committed by GitHub
parent 88173eb29c
commit 34b7b33369

13
Makefile Normal file
View File

@@ -0,0 +1,13 @@
.PHONY: all install
all:
rm -rf node_modules
npm i
rm -f node_modules/@jimp/core/node_modules/.bin/mkdirp
rm -f node_modules/execa/node_modules/.bin/semver
rm -f node_modules/execa/node_modules/.bin/which
npm run make
install:
mv out/open-webui-assistant-darwin-arm64/open-webui-assistant.app ~/Applications/Open\ WebUI\ Assistant.app