Modification of source code not working

Submitted by aishk on Tue, 08/27/2019 - 23:49

Hi,
I need to extend the source code on LIGGGHTS so I decided to start with looking at adding a few fprintf statements for debugging but any fprintf statements I add to the source code doesn't seem to be showing up on the terminal screen or on the logfile.
This is how I am remaking LIGGGHTS after any modifications:
make clean-auto
make stubs
make auto

Is there something I am doing wrong or not doing?
Any help is appreciated!
Thanks