diff options
-rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -24,7 +24,10 @@ derived-assets = \ all: $(derived-assets) - cd $(PRIV_CONFIG) && $(MAKE) $@ + + +tilde: + cd $(PRIV_CONFIG) && $(MAKE) share/man/man1/x.1: bin/x @@ -54,6 +57,7 @@ $(XDG_DATA_HOME)/euandreh/e.list.txt: ~/Documents/txt/ opt/aux/gen-e-list.sh $(PRIV_STATEDIR)/postfix/relayhosts-maps.db $(PRIV_STATEDIR)/postfix/sasl-password.db: postmap $(@D)/`basename $@ .db` +$(PRIV_STATEDIR)/postfix/sasl-password: tilde $(PRIV_STATEDIR)/postfix/sasl-password.db: $(PRIV_STATEDIR)/postfix/sasl-password $(PRIV_STATEDIR)/postfix/relayhosts-maps.db: $(PRIV_STATEDIR)/postfix/relayhosts-maps |