summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBobby <[email protected]>2025-04-13 18:41:17 +0530
committerBobby <[email protected]>2025-04-13 18:41:17 +0530
commit6b486844a18fe8bf9b4ca4bdd3c44f45094e03e5 (patch)
treeb2655928e1fd60516619359ba214015084b05b9c /Makefile
parentf884a0fe47f7403850de650d3be3733420ac5986 (diff)
downloadai-6b486844a18fe8bf9b4ca4bdd3c44f45094e03e5.tar.xz
ai-6b486844a18fe8bf9b4ca4bdd3c44f45094e03e5.zip
refactor; add logging; add disconnect; supress opus warnings
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8417dbf..58101de 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ run:
dev:
$(call ensure_setup)
@echo "Running in development mode..."
- @go run $(MAIN_PATH) || true
+ @go run $(MAIN_PATH) 2>/dev/null || true
all: setup clean build run