about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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/$*;