From c00fe7fc4a5752e3777d63b2fa3d371b9f724632 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Fri, 17 Jul 2020 18:30:53 -0400 Subject: [PATCH] Correct env var placement in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b93836d..bb5106f 100644 --- a/Makefile +++ b/Makefile @@ -11,9 +11,9 @@ glow: go build run: clean glow + export GLOW_UI_LOGFILE=debug.log ./glow log: - GLOW_UI_LOGFILE=debug.log > debug.log tail -f debug.log