aboutsummaryrefslogtreecommitdiff
path: root/mkfile
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2023-08-19 21:24:14 +0000
committerrodri <rgl@antares-labs.eu>2023-08-19 21:24:14 +0000
commitfac705ddaf2ae19afd8d1791c0c94cfc696c03e2 (patch)
treec9ab1e66433e284c1a109e3d7efb20ed2a728f37 /mkfile
downloadwpq-front.tar.gz
wpq-front.tar.bz2
wpq-front.zip
now version controlled.HEADfront
Diffstat (limited to 'mkfile')
-rw-r--r--mkfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/mkfile b/mkfile
new file mode 100644
index 0000000..f528551
--- /dev/null
+++ b/mkfile
@@ -0,0 +1,18 @@
+</$objtype/mkfile
+
+BIN=$home/bin/$objtype
+TARG=wpqprompt
+OFILES=\
+ wpqprompt.$O
+
+RCBIN=$home/bin/rc
+RCSCR=\
+ wpq
+
+</sys/src/cmd/mkone
+
+install:V: $BIN/$TARG
+ cp $RCSCR $RCBIN
+
+uninstall:V:
+ rm -f $BIN/$TARG $RCBIN/$RCSCR