FIX:Makefile: add PWD environment variable
The previous makefile assumed that PWD was populated. This doesn't happen in certain cases (e.g., when running as a systemd unit). Make sure we have the PWD variable set before running any target.
Please register or sign in to comment