From e82803872900efadbe3b7103810a72361751a6d9 Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Sat, 9 Oct 2021 21:45:24 -0400 Subject: [PATCH] Debug added to makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 6db405f..95c27b6 100644 --- a/Makefile +++ b/Makefile @@ -14,3 +14,6 @@ clean: run: all ./es-5 + +debug: all + PIPEWIRE_DEBUG=5 ./$(NAME)