diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2024-02-05 13:08:58 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2024-02-26 16:33:21 +0700 |
commit | fea63e4bbaf628164f632b92ffe85186c37a7cf0 (patch) | |
tree | d28dad324ad59b7ac21c4843f2c0e3a5700e0ef9 /Makefile | |
parent | 42656f07860f7547a222a3cdc5d7199ab0c94e6c (diff) | |
download | blog-fea63e4bbaf628164f632b92ffe85186c37a7cf0.tar.gz |
Fix makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile index d6786e2..5557a4f 100644 --- a/Makefile +++ b/Makefile @@ -25,11 +25,11 @@ ${BUILD_CONLANGS}: build-%: git clone /var/lib/git/~xarvos/conlangs/$*; cd $* && mdbook build -${PACKAGE_CONLANGS}: package-%: +${PACKAGE_CONLANGS}: package-%: dotnet dotgeek build-$* cp -r $*/book dotnet/$*; cp -r $*/book dotgeek/$*; -package-cv: +package-cv: cv cp -r web-cv dotnet/cv cp -r web-cv dotgeek/cv |