linux branch added
This commit is contained in:
+7
-2
@@ -4,7 +4,7 @@
|
|||||||
package-zipper)
|
package-zipper)
|
||||||
|
|
||||||
(target all
|
(target all
|
||||||
(displayln "use (make clean) or (make package)"))
|
(displayln "main branch: use (make clean) or (make package)"))
|
||||||
|
|
||||||
(target clean
|
(target clean
|
||||||
(for-each (λ (f) (displayln f) (rm-f f)) (list-files "." #px"([.]bak|~)$" #:recursive #t))
|
(for-each (λ (f) (displayln f) (rm-f f)) (list-files "." #px"([.]bak|~)$" #:recursive #t))
|
||||||
@@ -32,5 +32,10 @@
|
|||||||
|
|
||||||
(target windows
|
(target windows
|
||||||
(deps housekeeping)
|
(deps housekeeping)
|
||||||
(displayln "Switching...to x86_64-win32")
|
(displayln "Switching to x86_64-win32")
|
||||||
(dgit 'switch "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"))
|
||||||
|
|||||||
Reference in New Issue
Block a user