For example, from the mingw32-make.exe --help option:
-t, --touch Touch targets instead of remaking them.
It just means to update the file modification time, so that next time, it won't consider those files old.
Touching a file means to effectively make a write to the file, but without changing any file data.
If the file doesn't exist, it'll be created as an empty file, otherwise its modification time will just be updated to the present time.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With