summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-08-14 17:17:40 -0300
committerEuAndreh <eu@euandre.org>2024-08-14 17:17:40 -0300
commit5fb6fcf240867d3269e94b0b2a1f13aa511cc10f (patch)
tree86e9c138ef52cd449497f9e373ca0a8ba911e746 /Makefile
parentrm retcp (diff)
downloadasami-5fb6fcf240867d3269e94b0b2a1f13aa511cc10f.tar.gz
asami-5fb6fcf240867d3269e94b0b2a1f13aa511cc10f.tar.xz
packages.scm: Build all packages with "go tool"
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 66993db..ed30ce6 100644
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,7 @@ src/config/tld.txt: Makefile
echo '$(TLD)' > $@
packages system: src/guix/packages.scm src/guix/system.scm
- rm -f $@
+ rm -f $@*
guix build -r $@ -v3 -Kf src/guix/$@.scm
.SUFFIXES: .stripped