From 544b8739141398e95e41449c8c6c12a04752c1b6 Mon Sep 17 00:00:00 2001 From: Landon Curt Noll Date: Wed, 2 Aug 2023 15:29:23 -0700 Subject: [PATCH] document changes to `make debug` --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 2f359d8..20b2c1b 100644 --- a/CHANGES +++ b/CHANGES @@ -40,6 +40,10 @@ The following are the changes from calc version 2.14.2.1 to date: Improved the output of the calcinfo rule by adding echos of various uname values as well as some top Makefile variables. + Fixed the BUGS file with respect to using `make debug`. + + Added a final ls of `debug.out` for `make debug`. + The following are the changes from calc version 2.14.2.0 to 2.14.2.0: