diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2024-02-05 13:35:17 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2024-02-26 16:33:21 +0700 |
commit | 55def072063f798c21499a65ab6e295a4a7b19c9 (patch) | |
tree | 4d0a5a814789372930ff10a90a09d006a0f6ee75 /Makefile | |
parent | 925027a0d048072da298ddf607b87112fc65e441 (diff) | |
download | blog-55def072063f798c21499a65ab6e295a4a7b19c9.tar.gz |
Remove git folder
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
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/$*; |