fix: Makefile always recreated target/guix since the store doesn't keep stat
1 files changed, 2 insertions(+), 2 deletions(-) M Makefile
M Makefile => Makefile +2 -2
@@ 6,9 6,9 @@ TIMEMACHINE = guix time-machine -C channels-lock.scm GUIX=target/guix/bin/guix target/guix: channels-lock.scm channels-profile.scm channels-manifest.scm target: channels-lock.scm channels-profile.scm channels-manifest.scm rm -rf target mkdir -p target rm -rf ./target/guix guix build \ -f ./channels-profile.scm \ -r ./target/guix