log debug output to file

This commit is contained in:
Jeffrey Paul 2020-04-09 03:05:35 -07:00
parent b8564b5192
commit 60c00b747a
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ endif
default: build
debug: build
GOTRACEBACK=all FETA_DEBUG=1 ./$(FN)
GOTRACEBACK=all FETA_DEBUG=1 ./$(FN) 2>&1 | tee -a debug.log
run: build
./$(FN)