diff options
| author | Jeff Carr <[email protected]> | 2025-08-16 17:02:53 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-16 21:59:11 -0500 |
| commit | 4802283a2819d977f2f1d2e052ce30dbc00b3489 (patch) | |
| tree | 6ba033b832e2b3586056700baf0b8718c2de41a5 /Makefile | |
| parent | 672e567aa124d43dbd0c28267584db940df8b435 (diff) | |
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -10,6 +10,13 @@ build: goimports ldd going2git LD_LIBRARY_PATH=/opt/libgit2 ./going2git --refs --repo . +run: + LD_LIBRARY_PATH=/opt/libgit2 ./going2git --refs --repo . + +build-libgit2-prep: + cd /opt/ && git clone https://github.com/libgit2/libgit2.git + apt build-dep libgit2 + build-libgit2: cd /opt/libgit2/ && cmake . cd /opt/libgit2/ && cmake --build . |
