From 55def072063f798c21499a65ab6e295a4a7b19c9 Mon Sep 17 00:00:00 2001 From: Ngô Ngọc Đức Huy Date: Mon, 5 Feb 2024 13:35:17 +0700 Subject: Remove git folder --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fd75af4..289759a 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,8 @@ dotgeek: webring hugo --baseURL="https://xrvs.geek" --destination dotgeek cv: - git clone /var/lib/git/~xarvos/web-cv + git clone /var/lib/git/~xarvos/web-cv; + rm -rf web-cv/.git; ${BUILD_CONLANGS}: build-%: git clone /var/lib/git/~xarvos/conlangs/$*; -- cgit 1.4.1