about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNgô Ngọc Đức Huy <huyngo@disroot.org>2024-02-05 13:16:47 +0700
committerNgô Ngọc Đức Huy <huyngo@disroot.org>2024-02-26 16:33:21 +0700
commit146d8b43b197310f3dab998fea566104d1a7994a (patch)
tree3ade89bf50c4e71af49b9340040ba8bb4224d26b
parent76823ce91fd9d7454b81982eba9041cd40a29d46 (diff)
downloadblog-146d8b43b197310f3dab998fea566104d1a7994a.tar.gz
Fix make target deps
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5557a4f..4b181c0 100644
--- a/Makefile
+++ b/Makefile
@@ -25,11 +25,13 @@ ${BUILD_CONLANGS}: build-%:
 	git clone /var/lib/git/~xarvos/conlangs/$*;
 	cd $* && mdbook build
 
-${PACKAGE_CONLANGS}: package-%: dotnet dotgeek build-$*
+build: dotnet dotgeek ${BUILD_CONLANGS}
+
+${PACKAGE_CONLANGS}: package-%: build
 	cp -r $*/book dotnet/$*;
 	cp -r $*/book dotgeek/$*;
 
-package-cv: cv
+package-cv: dotnet dotgeek cv
 	cp -r web-cv dotnet/cv
 	cp -r web-cv dotgeek/cv