aboutsummaryrefslogtreecommitdiff
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix references from TODOs.md to TODOs.adocEuAndreh2025-02-211-2/+2
|
* Makefile: Remove perlcritic and shellcheck from check targetsEuAndreh2024-12-041-1/+1
|
* Update references from ~/Documents/txt/ to ~/txt/EuAndreh2024-02-161-3/+3
|
* rm etc/nix/configuration.nix: retire usurpadorEuAndreh2023-12-131-4/+1
| | | | OR ELSE!
* Makefile: Allow "bin/aux" to contain "FIXME"EuAndreh2023-08-081-0/+1
|
* Makefile: Add proper dependency between txt files and scriptEuAndreh2023-08-051-5/+9
|
* Makefile: Remove Common Lisp symlinkEuAndreh2023-07-091-4/+0
|
* Makefile: Stop generating lisp imagesEuAndreh2023-07-071-9/+0
|
* Makefile: Simplify code for generating Lisp imagesEuAndreh2023-07-071-2/+1
|
* Makefile: Run opt checks individuallyEuAndreh2023-07-011-1/+1
|
* Makefile: Disable perlcritic failures while package is in maintenanceEuAndreh2023-06-211-1/+1
|
* Makefile: mv respiro var/EuAndreh2023-06-041-2/+2
|
* Makefile: fallocate "respiro" for emergency ENOSPCEuAndreh2023-06-041-0/+4
|
* Makefile: mkdir -p ~/mnt/ dirsEuAndreh2023-05-191-1/+3
|
* Makefile: Separate FUSE filesystems to "mnt" targetEuAndreh2023-05-131-4/+5
|
* Makefile: Add targets for ~/mnt/ FUSE filesystemsEuAndreh2023-05-131-0/+11
|
* Makefile: Adapt path to share/aux in "check-shellcheck" targetEuAndreh2023-04-121-1/+1
|
* Makefile: Use "deployer" user in "upload" targetEuAndreh2023-04-031-2/+5
|
* Makefile: Exclude share/aux-repo from ShellCheckEuAndreh2023-03-261-0/+1
|
* Makefile: Exclude mint from uploadEuAndreh2023-03-231-1/+2
|
* Makefile: Strip .qcow2 from image namesEuAndreh2023-03-231-0/+1
|
* Makefile: Add "upload" target to send VM imagesEuAndreh2023-03-231-0/+7
|
* Makefile: Add email across servers in checkEuAndreh2023-03-181-0/+2
|
* Makefile: Store Guix result symlinks under varEuAndreh2023-03-171-4/+4
|
* Makefile: buid Guix files in "all" targetEuAndreh2023-03-171-0/+8
|
* Makefile: Always build tildeEuAndreh2023-03-161-1/+1
|
* Makefile: Generate postmap derived files in tilde repositoryEuAndreh2023-03-161-9/+0
|
* Makefile: Add username@ to subject on "check-aliases"EuAndreh2023-03-151-1/+1
|
* Makefile: Add $(hostname) of sender in "check-aliases"EuAndreh2023-03-151-1/+1
|
* Makefile: Add "check-aliases" targetEuAndreh2023-03-151-1/+6
|
* Use `hostname` to pick xmobar configEuAndreh2023-02-281-0/+4
|
* Makefile: Also check if private is out of syncEuAndreh2023-02-271-8/+12
|
* Makefile: Add "check-nixfmt" targetEuAndreh2023-02-221-3/+6
|
* Makefile: Ensure at least one .txt and a .md file exist in ~/Documents/txt/EuAndreh2023-02-171-0/+2
|
* Makefile: Fix "clean" targetEuAndreh2023-02-171-1/+1
| | | | | Since "$(XDG_STATE_HOME)/ssh/conn" is a directory, rm(1) needs the -r option to operate on it.
* Makefile: Assert ~/Documents/txt/ existsEuAndreh2023-02-171-0/+3
|
* Makefile: Add "check-dirty-pass" targetEuAndreh2023-02-131-1/+14
|
* Makefile: Add ~/.ssh symlinkEuAndreh2022-11-301-0/+4
|
* Makefile: Store SSH connections in $XDG_STATE_HOMEEuAndreh2022-11-271-2/+2
|
* Makefile: Make "cd + $(MAKE)" rules silentEuAndreh2022-11-271-3/+3
|
* Makefile: Use $(HOME) over ~ in dependency nameEuAndreh2022-11-271-1/+1
|
* Makefile: Consistent sort of $(derived-assets)EuAndreh2022-11-271-4/+4
|
* Makefile: Enforce creating $XDG_CACHE_HOME/ssh/connEuAndreh2022-11-271-0/+4
|
* Makefile: Use the same rule to build both manpages from PODEuAndreh2022-11-251-3/+3
|
* Makefile: Fix dependency of sasl-passwordEuAndreh2022-11-241-1/+5
|
* opt/tests/assert-running-service.sh: Add to "check" targetEuAndreh2022-11-241-6/+2
|
* Revert "Revert "Move email, IRC and Atom into Thunderbird""EuAndreh2022-11-241-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.
* Makefile: Exclude symlinks from "git ls-files" listingEuAndreh2022-11-171-0/+2
|
* Revert "Move email, IRC and Atom into Thunderbird"EuAndreh2022-11-121-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.
* Move email, IRC and Atom into ThunderbirdEuAndreh2022-11-121-37/+1
|