aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-04-05 18:44:20 +0800
committerRunxi Yu <me@runxiyu.org>2025-04-05 18:44:20 +0800
commitbd6075121ac010f33a35c405c3b89ec8493d5d48 (patch)
treefbb4c8806635dbcb9acbaa6410023e550483c44c /Makefile
parentSwitch to upstream scfg for now (diff)
downloadforge-bd6075121ac010f33a35c405c3b89ec8493d5d48.tar.gz
forge-bd6075121ac010f33a35c405c3b89ec8493d5d48.tar.zst
forge-bd6075121ac010f33a35c405c3b89ec8493d5d48.zip
Don't vendor dependencies for now
Diffstat (limited to '')
-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