]> Lady’s Gitweb - Shushe/commit
Add uninstall command; fix other phonies
authorLady <redacted>
Mon, 22 Jan 2024 00:44:23 +0000 (19:44 -0500)
committerLady <redacted>
Mon, 22 Jan 2024 00:44:23 +0000 (19:44 -0500)
commit964a6521326c8630f5589de971afaac5f6d68870
tree290becd807b7682e5b69de76b91dd44b57db0f0b
parent88b64bd7d27884b514b5d8dd3c4412d6378e9fcc
Add uninstall command; fix other phonies

`make uninstall` can now be used to remove (only) installed files. Note
that it only removes files which correspond to presently‐extant source
files; if a source is removed, then `make uninstall` will not remove
any previously‐installed derivatives.

`make all` used to compile assets, but this is unnecessary.

`make clean` now guards against `BUILDDIR` being empty (which would
otherwise result in a dangerous `rm -rf /`).
GNUmakefile
This page took 0.021756 seconds and 4 git commands to generate.