diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2024-02-26 16:56:42 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2024-02-26 16:56:42 +0700 |
commit | f0e01db7b601b2735ab9e9d277032b2cca9c1577 (patch) | |
tree | 675c623cc11eb974afe45c04fdd5211e1314fb8c | |
parent | a0c206b91f8ff4b3abdf98f6cb29c2a3fdee253c (diff) | |
download | blog-f0e01db7b601b2735ab9e9d277032b2cca9c1577.tar.gz |
Remove output in clean
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index cb830d7..ef1248d 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ install-geek install-net: install-%: package-cv ${PACKAGE_CONLANGS} rsync -ah --delete --inplace dot$*/ /var/lib/www/xrvs.$*/ clean: - rm -rf fead ${CONLANGS} web-cv + rm -rf fead ${CONLANGS} web-cv dotnet dotgeek webring: clean git clone /var/lib/git/~cnx/fead; |