Makefile added windows switch

This commit is contained in:
2026-08-11 16:04:18 +02:00
parent 3ac4969537
commit 8311652d6c
+15 -4
View File
@@ -16,9 +16,20 @@
(deps clean)
(zip-package))
(target housekeeping
(displayln "Committing changes for:")
(dgit 'status)
(displayln "Adding...")
(dgit 'add '-A)
(displayln "Committing...")
(dgit 'commit (git-prompt))
(displayln "Pushing...")
(dgit 'push)
)
(target windows
(displayln "does nothing yet"))
;(git 'add '-A)
;(git 'commit
;(git 'switch "
(deps housekeeping)
(displayln "Switching...to x86_64-win32")
(dgit 'switch "x86_64-win32"))