WIP: prep for 1.0 #1

Draft
sneak wants to merge 9 commits from next into master
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 60c00b747a - Show all commits

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)