5 ms·
Nice, I will definitely use these techniques. Here are a few settings that make GNU make a bit faster, and enable multi-line, strict-mode bash scripts as recip
by barries11 2y ago
Nice, I will definitely use these techniques.
Here are a few settings that make GNU make a bit faster, and enable multi-line, strict-mode bash scripts as recipes (make recipes are normally sequences of single-line sh invocations)--and enable quietude & tracing: https://github.com/barries/polling_state_machine_cpp/blob/main/make_config.mak https://github.com/barries/polling_state_machine_cpp/blob/ma...
- mitjafelicijan 2y agoThis is really nice. Thank you for this!