Improve the make debug rule

Added full_debug rule to Makefile.  This does the work of the
old debug rule in a more verbose mode by using Q= H=@ S= E= V=@.

The debug rule in the Makefile now pre-removes debug.out and then
runs make full_debug sending stdout and stderr to debug.out.  It then
prints a few instructions about filing a GitHub issue bug report.
This commit is contained in:
Landon Curt Noll
2022-11-27 18:45:58 -08:00
parent 827988c553
commit dce2c6f0ee
4 changed files with 100 additions and 57 deletions

1
.gitignore vendored
View File

@@ -29,6 +29,7 @@ cscript/simple
cscript/square
custom/.all
custom/libcustcalc*
debug.out
endian
endian_calc.h
fposval.h