aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-08-28 16:42:55 -0300
committerEuAndreh <eu@euandre.org>2024-08-28 16:42:55 -0300
commitf26f23071b28ce2c35cda535073e130381431780 (patch)
treee5ee94f5626ebdf3702bc806cfc3b0c2f2a22c20
parentpackages.scm: Split update and reconfigure in syskeep-cronjobs (diff)
downloadpackages-f26f23071b28ce2c35cda535073e130381431780.tar.gz
packages-f26f23071b28ce2c35cda535073e130381431780.tar.xz
Makefile: Make dependency between channel files and test files
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6c9369f..a9b211f 100644
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,7 @@ queue.scm.sentinel packages.scm.sentinel: Makefile
guix build -v3 -Lsrc -r`basename $@ .sentinel` -Kf src/org/euandre/`basename $@ .sentinel`
touch $@
-local.scm.sentinel internet.scm.sentinel: Makefile
+local.scm.sentinel internet.scm.sentinel: queue.scm.sentinel packages.scm.sentinel
rm -f `basename $@ .sentinel`*
guix build -v3 -Lsrc -r`basename $@ .sentinel` -Kf tests/`basename $@ .scm.sentinel`/system.scm
touch $@