diff --git a/BUGS b/BUGS index 3ec66e9..365067b 100644 --- a/BUGS +++ b/BUGS @@ -88,7 +88,7 @@ Please include the following information in the new issue: * cd to the calc source directory, and send the contents of debug.out.txt produced by this command: - make debug > debug.out.txt 2>&1 + make debug PLEASE attach the debug.out.txt file to your GitHub issue (bug report)!! diff --git a/Makefile b/Makefile index bc2a269..6ed317a 100644 --- a/Makefile +++ b/Makefile @@ -5268,7 +5268,9 @@ debug: @echo @echo 'Click the ((New issue)) button to file a bug report.' @echo - @echo 'Please attch the debug.out file to the bug report.' + @echo 'Please attch the debug.out file to the bug report:' + @echo + -@${LS} -l debug.out @echo ### diff --git a/Makefile.simple b/Makefile.simple index be8fb8b..137f92e 100644 --- a/Makefile.simple +++ b/Makefile.simple @@ -4555,7 +4555,9 @@ debug: @echo @echo 'Click the ((New issue)) button to file a bug report.' @echo - @echo 'Please attch the debug.out file to the bug report.' + @echo 'Please attch the debug.out file to the bug report:' + @echo + -@${LS} -l debug.out @echo ###