aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-21 13:23:50 -0300
committerEuAndreh <eu@euandre.org>2023-03-21 13:37:05 -0300
commit874659bf739757cb56218de323a40e2238ebe187 (patch)
tree95a63429f189b1092fbe6e7bc73b0f553ef3dac6 /Makefile
parentAdd generated Guix and Nix files as dependencies of paku.lock (diff)
downloadpackage-repository-874659bf739757cb56218de323a40e2238ebe187.tar.gz
package-repository-874659bf739757cb56218de323a40e2238ebe187.tar.xz
src/bin/paku: General cleanup and tidyness
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0f011f9..e0d7de2 100644
--- a/Makefile
+++ b/Makefile
@@ -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`/ $@/