aboutsummaryrefslogtreecommitdiff
path: root/mkfile
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2023-09-08 14:28:55 +0000
committerrodri <rgl@antares-labs.eu>2023-09-08 14:28:55 +0000
commit3acb69a3da5b93c13d6e22f11553b382a49fbe5b (patch)
treeeb6b2bdad28dafcd30f9eee911cdbf27544d5445 /mkfile
parentebbadfc6e6a5041bc4dd15d8c8db327b13997b41 (diff)
downloadbattleship-3acb69a3da5b93c13d6e22f11553b382a49fbe5b.tar.gz
battleship-3acb69a3da5b93c13d6e22f11553b382a49fbe5b.tar.bz2
battleship-3acb69a3da5b93c13d6e22f11553b382a49fbe5b.zip
wrote a manual.
Diffstat (limited to 'mkfile')
-rw-r--r--mkfile10
1 files changed, 6 insertions, 4 deletions
diff --git a/mkfile b/mkfile
index ca7218d..850ec44 100644
--- a/mkfile
+++ b/mkfile
@@ -16,10 +16,12 @@ HFILES=\
</sys/src/cmd/mkmany
-install:V: man
+ohman:V:
+ cp bts.man $MAN/battleship
+
+install:V: ohman
uninstall:V:
- for(i in $TARG){
+ for(i in $TARG)
rm -f $BIN/$i
- rm -f $MAN/$i
- }
+ rm -f $MAN/battleship