diff options
author | EuAndreh <eu@euandre.org> | 2024-08-28 16:42:55 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-08-28 16:42:55 -0300 |
commit | f26f23071b28ce2c35cda535073e130381431780 (patch) | |
tree | e5ee94f5626ebdf3702bc806cfc3b0c2f2a22c20 | |
parent | packages.scm: Split update and reconfigure in syskeep-cronjobs (diff) | |
download | packages-f26f23071b28ce2c35cda535073e130381431780.tar.gz packages-f26f23071b28ce2c35cda535073e130381431780.tar.xz |
Makefile: Make dependency between channel files and test files
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $@ |