linux branch added

This commit is contained in:
2026-08-11 20:29:48 +02:00
parent df36cc72e7
commit 55419558a7
+7 -2
View File
@@ -4,7 +4,7 @@
package-zipper)
(target all
(displayln "use (make clean) or (make package)"))
(displayln "main branch: use (make clean) or (make package)"))
(target clean
(for-each (λ (f) (displayln f) (rm-f f)) (list-files "." #px"([.]bak|~)$" #:recursive #t))
@@ -32,5 +32,10 @@
(target windows
(deps housekeeping)
(displayln "Switching...to x86_64-win32")
(displayln "Switching to x86_64-win32")
(dgit 'switch "x86_64-win32"))
(target linux-x86_64
(deps housekeeping)
(displayln "Switching to x86_64-linux")
(dgit 'switch "x86_64-linux"))