From 05ba0e78b88772f33451d7e18d5f87500f4de94c Mon Sep 17 00:00:00 2001 From: Justin Hayes Date: Wed, 13 Mar 2024 08:59:55 -0400 Subject: [PATCH] Update Makefile --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6823ae2..d2b353b 100644 --- a/Makefile +++ b/Makefile @@ -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