Makefile added.
This commit is contained in:
+8
-5
@@ -16,9 +16,12 @@
|
|||||||
(deps clean)
|
(deps clean)
|
||||||
(zip-package))
|
(zip-package))
|
||||||
|
|
||||||
(target windows
|
(target main
|
||||||
(displayln "does nothing yet"))
|
(displayln "Committing pending changes")
|
||||||
;(git 'add '-A)
|
(git 'add '-A)
|
||||||
;(git 'commit
|
(git 'commit (git-prompt))
|
||||||
;(git 'switch "
|
(displayln "Switching back to main branch")
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user