diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-10-30 20:45:16 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-10-30 21:33:39 -0400 |
commit | e90114b0122a8b8338b472a0c4d475a9fd3eb66f (patch) | |
tree | 2d3b9803e9c9a9f6eb65027239f78b0aa3cd83a1 /Makefile | |
parent | 9e61ab4abaf5eb94df3eb43769649c8e0afe5a7b (diff) |
rename libregit to gitget, add bare repository support
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ include config.mk ################################################################################ # these are the resulting packages -packages=doc libretools libretools-mips64el librelib libregit +packages=doc libretools libretools-mips64el librelib gitget # and which directories they contain doc=doc libretools=\ @@ -17,7 +17,7 @@ libretools=\ src/toru libretools-mips64el=src/mips64el-tools librelib=src/lib -libregit=src/libregit +gitget=src/gitget ################################################################################ |