Makefile added windows switch
This commit is contained in:
+16
-5
@@ -16,9 +16,20 @@
|
|||||||
(deps clean)
|
(deps clean)
|
||||||
(zip-package))
|
(zip-package))
|
||||||
|
|
||||||
(target windows
|
(target housekeeping
|
||||||
(displayln "does nothing yet"))
|
(displayln "Committing changes for:")
|
||||||
;(git 'add '-A)
|
(dgit 'status)
|
||||||
;(git 'commit
|
(displayln "Adding...")
|
||||||
;(git 'switch "
|
(dgit 'add '-A)
|
||||||
|
(displayln "Committing...")
|
||||||
|
(dgit 'commit (git-prompt))
|
||||||
|
(displayln "Pushing...")
|
||||||
|
(dgit 'push)
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
|
(target windows
|
||||||
|
(deps housekeeping)
|
||||||
|
(displayln "Switching...to x86_64-win32")
|
||||||
|
(dgit 'switch "x86_64-win32"))
|
||||||
|
|
||||||
Reference in New Issue
Block a user