aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
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