shithub: 3dee

Download patch

ref: e47d000e8417e09bff7c84610d7e8d1ad93acb0d
parent: f0ec3b9ec34043657eedc689f53a4021cd88b0ea
author: rodri <rgl@antares-labs.eu>
date: Sat Feb 3 17:15:14 EST 2024

pull libgraphics deps during pulldeps, not when building.

--- a/mkfile
+++ b/mkfile
@@ -16,7 +16,6 @@
 
 libgraphics/libgraphics.a$O:
 	cd libgraphics
-	mk pulldeps
 	mk install
 
 libobj/libobj.a$O:
@@ -29,6 +28,7 @@
 	git/clone https://github.com/sametsisartenep/libobj
 	git/clone git://antares-labs.eu/libgraphics || \
 	git/clone https://github.com/sametsisartenep/libgraphics
+	@{cd libgraphics; mk $target}
 
 clean nuke:V:
 	rm -f *.[$OS] [$OS].out $TARG