diff options
author | EuAndreh <eu@euandre.org> | 2023-03-21 13:23:50 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-21 13:37:05 -0300 |
commit | 874659bf739757cb56218de323a40e2238ebe187 (patch) | |
tree | 95a63429f189b1092fbe6e7bc73b0f553ef3dac6 /Makefile | |
parent | Add generated Guix and Nix files as dependencies of paku.lock (diff) | |
download | package-repository-874659bf739757cb56218de323a40e2238ebe187.tar.gz package-repository-874659bf739757cb56218de323a40e2238ebe187.tar.xz |
src/bin/paku: General cleanup and tidyness
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -15,6 +15,9 @@ all: EuAndreh.key guix nix debian +paku.lock: src/bin/paku + touch $@ + test-config-files = \ tests/internet/etc/postfix/main.cf \ @@ -70,13 +73,13 @@ result: debian.mk: paku.lock - perl src/bin/paku makefile > $@ + perl src/bin/paku debian > $@ debian: debian.mk $(MAKE) -f debian.mk -public/debian: debian.mk +public/debian: debian mkdir -p $(@D) rsync -avzP --delete `$(MAKE) -s -f debian.mk public-dir`/ $@/ |