summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2023-11-12 18:26:15 +0000
committerrodri <rgl@antares-labs.eu>2023-11-12 18:26:15 +0000
commitc6710670bb88c2e72ae0c479477b8c17c05f970d (patch)
tree019357cbfbd7d88fba9f3f23273fde6cfb9923ff
parenta96a9a4e211c536cd16f1c0be4de901713ee27b7 (diff)
downloadtinyrend-c6710670bb88c2e72ae0c479477b8c17c05f970d.tar.gz
tinyrend-c6710670bb88c2e72ae0c479477b8c17c05f970d.tar.bz2
tinyrend-c6710670bb88c2e72ae0c479477b8c17c05f970d.zip
add mk rule to pull dependencies (libobj for now).
-rw-r--r--mkfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/mkfile b/mkfile
index c90ea24..45c3e9f 100644
--- a/mkfile
+++ b/mkfile
@@ -15,6 +15,11 @@ libobj/libobj.a$O:
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}