aboutsummaryrefslogtreecommitdiff
path: root/makefile
AgeCommit message (Collapse)Author
2022-03-17Do not notify systemd if `DESTDIR` differs from `PREFIX`Adam Spragg
And document it, along with other installation instructions.
2022-03-17Add the `clean` and `distclean` make targetsAdam Spragg
2022-03-17Remember the value of PREFIX between runsAdam Spragg
So when you do `make PREFIX=/usr` and then `make install`, it installs to `/usr`.
2022-03-15Force creation of adu-upgrade.service symlinkAdam Spragg
So that an existing installation doesn't cause a new one to fail
2022-03-15Fix whitespaceAdam Spragg
2022-03-15Support "DESTDIR=" for "make install" and "make uninstall"Adam Spragg
2022-03-14Support setting PREFIX with `make PREFIX=...` "build" stepAdam Spragg
2022-03-13First (mostly) working version apt-desktop-upgradesAdam Spragg