shithub: tinyrend

Download patch

ref: c6710670bb88c2e72ae0c479477b8c17c05f970d
parent: a96a9a4e211c536cd16f1c0be4de901713ee27b7
author: rodri <rgl@antares-labs.eu>
date: Sun Nov 12 13:26:15 EST 2023

add mk rule to pull dependencies (libobj for now).

--- a/mkfile
+++ b/mkfile
@@ -15,6 +15,11 @@
 	cd libobj
 	mk install
 
+pulldeps:VQ:
+	git/clone git://antares-labs.eu/libobj || \
+	git/clone git://shithub.us/rodri/libobj || \
+	git/clone https://github.com/sametsisartenep/libobj
+
 clean nuke:V:
 	rm -f *.[$OS] [$OS].out $TARG
 	@{cd libobj; mk $target}