diff options
author | rodri <rgl@antares-labs.eu> | 2023-11-12 18:26:15 +0000 |
---|---|---|
committer | rodri <rgl@antares-labs.eu> | 2023-11-12 18:26:15 +0000 |
commit | c6710670bb88c2e72ae0c479477b8c17c05f970d (patch) | |
tree | 019357cbfbd7d88fba9f3f23273fde6cfb9923ff /mkfile | |
parent | a96a9a4e211c536cd16f1c0be4de901713ee27b7 (diff) | |
download | tinyrend-c6710670bb88c2e72ae0c479477b8c17c05f970d.tar.gz tinyrend-c6710670bb88c2e72ae0c479477b8c17c05f970d.tar.bz2 tinyrend-c6710670bb88c2e72ae0c479477b8c17c05f970d.zip |
add mk rule to pull dependencies (libobj for now).
Diffstat (limited to 'mkfile')
-rw-r--r-- | mkfile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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} |