Blog Logo

Posts tagged with "makefile"

1 post found.

How to kill a server from a Makefile

Learn how to kill a server process from a Makefile using the lsof command to find the PID and kill it.

- 5-Jul-2025