diff --git a/Makefile.rkt b/Makefile.rkt index 1706dd7..7c6c8f9 100644 --- a/Makefile.rkt +++ b/Makefile.rkt @@ -16,9 +16,12 @@ (deps clean) (zip-package)) -(target windows - (displayln "does nothing yet")) - ;(git 'add '-A) - ;(git 'commit - ;(git 'switch " +(target main + (displayln "Committing pending changes") + (git 'add '-A) + (git 'commit (git-prompt)) + (displayln "Switching back to main branch") + ) + +