about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNgô Ngọc Đức Huy <huyngo@disroot.org>2024-02-05 13:35:17 +0700
committerNgô Ngọc Đức Huy <huyngo@disroot.org>2024-02-26 16:33:21 +0700
commit55def072063f798c21499a65ab6e295a4a7b19c9 (patch)
tree4d0a5a814789372930ff10a90a09d006a0f6ee75
parent925027a0d048072da298ddf607b87112fc65e441 (diff)
downloadblog-55def072063f798c21499a65ab6e295a4a7b19c9.tar.gz
Remove git folder
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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/$*;