Correct env var placement in Makefile

This commit is contained in:
Christian Rocha 2020-07-17 18:30:53 -04:00 committed by Christian Muehlhaeuser
parent 3b3bf684f9
commit c00fe7fc4a

View file

@ -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