Remove "extras", using Makefile to same purpose

This commit is contained in:
Evie Litherland-Smith 2023-10-02 11:38:00 +01:00
parent fa35722194
commit 98a6595326
3 changed files with 4 additions and 9 deletions

View file

@ -1,4 +1,4 @@
.PHONY: test build mu davmail all .PHONY: test build mu all
test: test:
sudo nixos-rebuild test --flake . sudo nixos-rebuild test --flake .
@ -15,12 +15,10 @@ mu:
--my-address=evie.litherland-smith@ukaea.uk \ --my-address=evie.litherland-smith@ukaea.uk \
--my-address=elitherl@jet.uk --my-address=elitherl@jet.uk
extra/davmail.properties: .davmail.properties:
touch $@ touch $@
~/.davmail.properties: extra/davmail.properties ~/.davmail.properties: .davmail.properties
cp $? $@ cp $? $@
davmail: ~/.davmail.properties all: mu ~/.davmail.properties
all: test mu davmail

View file

@ -1,3 +0,0 @@
#!/usr/bin/env sh
mu init --maildir ~/.mail --my-address=e.litherlandsmith@proton.me --my-address=evie@xenia.me.uk --my-address=evie@litherlandsmith.slmail.me --my-address=e.litherlandsmith@icloud.com --my-address=evie.litherland-smith@ukaea.uk --my-address=elitherl@jet.uk