From f26f23071b28ce2c35cda535073e130381431780 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 28 Aug 2024 16:42:55 -0300 Subject: Makefile: Make dependency between channel files and test files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $@ -- cgit v1.2.3