Remove "extras", using Makefile to same purpose
This commit is contained in:
parent
fa35722194
commit
98a6595326
10
Makefile
10
Makefile
|
@ -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
|
|
||||||
|
|
|
@ -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
|
|
Loading…
Reference in a new issue