summaryrefslogtreecommitdiff
path: root/mkfile
diff options
context:
space:
mode:
Diffstat (limited to 'mkfile')
-rw-r--r--mkfile13
1 files changed, 11 insertions, 2 deletions
diff --git a/mkfile b/mkfile
index a7f1ef8..7db0a16 100644
--- a/mkfile
+++ b/mkfile
@@ -1,9 +1,18 @@
</$objtype/mkfile
-BIN=/$objtype/bin
+BIN=$home/bin/$objtype/stalker
+TARG=geoparse
OFILES=\
geoparse.$O
-TARG=geoparse
+RCBIN=$home/bin/rc/stalker
+RCSCR=\
+ geolocate
</sys/src/cmd/mkone
+
+install:V: $BIN/$TARG
+ cp $RCSCR $RCBIN
+
+uninstall:V:
+ rm -f $BIN/$TARG $RCBIN/$RCSCR