Add make rule to copy davmail properties file

This commit is contained in:
Evie Litherland-Smith 2023-10-02 11:29:24 +01:00
parent b6289c810b
commit 47a178038d

View file

@ -5,3 +5,9 @@ test:
build:
sudo nixos-rebuild build --flake .
extra/davmail.properties:
touch $@
~/.davmail.properties: extra/davmail.properties
cp $? $@