aboutsummaryrefslogtreecommitdiff
path: root/Makefile (unfollow)
Commit message (Collapse)AuthorFilesLines
2026-02-07Makefile: Include papo.im in email circle checkEuAndreh1-2/+3
2025-02-21Fix references from TODOs.md to TODOs.adocEuAndreh1-2/+2
2024-12-04Makefile: Remove perlcritic and shellcheck from check targetsEuAndreh1-1/+1
2024-02-16Update references from ~/Documents/txt/ to ~/txt/EuAndreh1-3/+3
2023-12-13rm etc/nix/configuration.nix: retire usurpadorEuAndreh1-4/+1
OR ELSE!
2023-08-08Makefile: Allow "bin/aux" to contain "FIXME"EuAndreh1-0/+1
2023-08-05Makefile: Add proper dependency between txt files and scriptEuAndreh1-5/+9
2023-07-09Makefile: Remove Common Lisp symlinkEuAndreh1-4/+0
2023-07-07Makefile: Stop generating lisp imagesEuAndreh1-9/+0
2023-07-07Makefile: Simplify code for generating Lisp imagesEuAndreh1-2/+1
2023-07-01Makefile: Run opt checks individuallyEuAndreh1-1/+1
2023-06-21Makefile: Disable perlcritic failures while package is in maintenanceEuAndreh1-1/+1
2023-06-04Makefile: mv respiro var/EuAndreh1-2/+2
2023-06-04Makefile: fallocate "respiro" for emergency ENOSPCEuAndreh1-0/+4
2023-05-19Makefile: mkdir -p ~/mnt/ dirsEuAndreh1-1/+3
2023-05-13Makefile: Separate FUSE filesystems to "mnt" targetEuAndreh1-4/+5
2023-05-13Makefile: Add targets for ~/mnt/ FUSE filesystemsEuAndreh1-0/+11
2023-04-12Makefile: Adapt path to share/aux in "check-shellcheck" targetEuAndreh1-1/+1
2023-04-03Makefile: Use "deployer" user in "upload" targetEuAndreh1-2/+5
2023-03-26Makefile: Exclude share/aux-repo from ShellCheckEuAndreh1-0/+1
2023-03-23Makefile: Exclude mint from uploadEuAndreh1-1/+2
2023-03-23Makefile: Strip .qcow2 from image namesEuAndreh1-0/+1
2023-03-23Makefile: Add "upload" target to send VM imagesEuAndreh1-0/+7
2023-03-18Makefile: Add email across servers in checkEuAndreh1-0/+2
2023-03-17Makefile: Store Guix result symlinks under varEuAndreh1-4/+4
2023-03-17Makefile: buid Guix files in "all" targetEuAndreh1-0/+8
2023-03-16Makefile: Always build tildeEuAndreh1-1/+1
2023-03-16Makefile: Generate postmap derived files in tilde repositoryEuAndreh1-9/+0
2023-03-15Makefile: Add username@ to subject on "check-aliases"EuAndreh1-1/+1
2023-03-15Makefile: Add $(hostname) of sender in "check-aliases"EuAndreh1-1/+1
2023-03-15Makefile: Add "check-aliases" targetEuAndreh1-1/+6
2023-02-28Use `hostname` to pick xmobar configEuAndreh1-0/+4
2023-02-27Makefile: Also check if private is out of syncEuAndreh1-8/+12
2023-02-22Makefile: Add "check-nixfmt" targetEuAndreh1-3/+6
2023-02-17Makefile: Ensure at least one .txt and a .md file exist in ~/Documents/txt/EuAndreh1-0/+2
2023-02-17Makefile: Fix "clean" targetEuAndreh1-1/+1
Since "$(XDG_STATE_HOME)/ssh/conn" is a directory, rm(1) needs the -r option to operate on it.
2023-02-17Makefile: Assert ~/Documents/txt/ existsEuAndreh1-0/+3
2023-02-13Makefile: Add "check-dirty-pass" targetEuAndreh1-1/+14
2022-11-30Makefile: Add ~/.ssh symlinkEuAndreh1-0/+4
2022-11-27Makefile: Store SSH connections in $XDG_STATE_HOMEEuAndreh1-2/+2
2022-11-27Makefile: Make "cd + $(MAKE)" rules silentEuAndreh1-3/+3
2022-11-27Makefile: Use $(HOME) over ~ in dependency nameEuAndreh1-1/+1
2022-11-27Makefile: Consistent sort of $(derived-assets)EuAndreh1-4/+4
2022-11-27Makefile: Enforce creating $XDG_CACHE_HOME/ssh/connEuAndreh1-0/+4
2022-11-25Makefile: Use the same rule to build both manpages from PODEuAndreh1-3/+3
2022-11-24Makefile: Fix dependency of sasl-passwordEuAndreh1-1/+5
2022-11-24opt/tests/assert-running-service.sh: Add to "check" targetEuAndreh1-6/+2
2022-11-24Revert "Revert "Move email, IRC and Atom into Thunderbird""EuAndreh1-36/+17
This reverts commit 3dcbe37baab74e089dee6f93d74a8824f5591478. The Postfix local server is still a bit janky and being worked on, now can be used to replace the previous email toolchain.
2022-11-17Makefile: Exclude symlinks from "git ls-files" listingEuAndreh1-0/+2
2022-11-12Revert "Move email, IRC and Atom into Thunderbird"EuAndreh1-1/+37
This reverts commit 9e65133659eb92c65c730b83d68c81e9d2df4251. I'm still using msmtpq for git-send-email. So I'll have to work that out before removing *all* email configuration.