about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNgô Ngọc Đức Huy <huyngo@disroot.org>2024-02-05 13:08:58 +0700
committerNgô Ngọc Đức Huy <huyngo@disroot.org>2024-02-26 16:33:21 +0700
commitfea63e4bbaf628164f632b92ffe85186c37a7cf0 (patch)
treed28dad324ad59b7ac21c4843f2c0e3a5700e0ef9
parent42656f07860f7547a222a3cdc5d7199ab0c94e6c (diff)
downloadblog-fea63e4bbaf628164f632b92ffe85186c37a7cf0.tar.gz
Fix makefile
-rw-r--r--Makefile4
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