diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2024-02-05 13:07:23 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2024-02-26 16:33:20 +0700 |
commit | 42656f07860f7547a222a3cdc5d7199ab0c94e6c (patch) | |
tree | fb5b096cb866a12d1637c582cfbd7d849e149ac7 /Makefile | |
parent | 82a0ce718c57a5edd4d5932c799b3e0742178c6e (diff) | |
download | blog-42656f07860f7547a222a3cdc5d7199ab0c94e6c.tar.gz |
Fix typo
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 8dfaca6..d6786e2 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ CONLANGS=haasdaiga ravna isanercent djanzi BUILD_CONLANGS := $(addprefix build-,${CONLANGS}) PACKAGE_CONLANGS := $(addprefix package-,${CONLANGS}) -all: install-dotnet install-dotgeek +all: install-net install-geek install-geek install-net: install-%: package-cv ${PACKAGE_CONLANGS} rsync -avh --delete dot$* /var/lib/www/xrvs.$* |