ref: f0ec3b9ec34043657eedc689f53a4021cd88b0ea
parent: f8bc128e71751443550965141789cdc7c17add0e
author: rodri <rgl@antares-labs.eu>
date: Sat Feb 3 09:38:56 EST 2024
fix the BIN path and install procedure.
--- a/mkfile
+++ b/mkfile
@@ -1,6 +1,6 @@
</$objtype/mkfile
-BIN=$home/$objtype/bin
+BIN=$home/bin/$objtype
TARG=3d
OFILES=\
alloc.$O\
@@ -16,6 +16,7 @@
libgraphics/libgraphics.a$O:
cd libgraphics
+ mk pulldeps
mk install
libobj/libobj.a$O:
@@ -33,3 +34,6 @@
rm -f *.[$OS] [$OS].out $TARG
@{cd libgraphics; mk $target}
@{cd libobj; mk $target}
+
+uninstall:V:
+ rm -f $BIN/$TARG