From bd6075121ac010f33a35c405c3b89ec8493d5d48 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sat, 5 Apr 2025 18:44:20 +0800 Subject: Don't vendor dependencies for now --- .gitignore | 1 - Makefile | 5 ++--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 3c5206b..95c0847 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ /forge -/vendor /source.tar.gz *.c.BAK *.o diff --git a/Makefile b/Makefile index 8d1d3e7..0d464a4 100644 --- a/Makefile +++ b/Makefile @@ -26,9 +26,8 @@ git2d/git2d: git2d/*.c $(CC) $(CFLAGS) -o git2d/git2d $^ $(shell pkg-config --cflags --libs libgit2) -lpthread clean: - rm -rf forge vendor utils/colb hookc/hookc git2d/git2d source.tar.gz */*.o + rm -rf forge utils/colb hookc/hookc git2d/git2d source.tar.gz */*.o source.tar.gz: $(SOURCE_FILES) rm -f source.tar.gz - go mod vendor - git ls-files -z | xargs -0 tar -czf source.tar.gz vendor + git ls-files -z | xargs -0 tar -czf source.tar.gz -- cgit v1.2.3