From 23e92d7997b1a6389caa07288959162385c3d845 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Thu, 17 Oct 2024 11:43:13 +0200 Subject: [PATCH] fix: Makefile always recreated target/guix since the store doesn't keep stat --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7820d5f..cf8dd8e 100644 --- a/Makefile +++ b/Makefile @@ -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 -- 2.48.1