aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--Makefile5
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