aboutsummaryrefslogtreecommitdiff
path: root/mkfile
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2024-11-07 21:56:23 +0000
committerrodri <rgl@antares-labs.eu>2024-11-07 21:56:23 +0000
commit308418de2078b951963b9d902bad6f640a60e0e5 (patch)
treee92ab11bcdf5f6e4bcb77a62c4ba0b79d6f5919f /mkfile
parent1540dd58e53cbda25f8cd920e007aba3f9399da7 (diff)
downloadbattleship-308418de2078b951963b9d902bad6f640a60e0e5.tar.gz
battleship-308418de2078b951963b9d902bad6f640a60e0e5.tar.bz2
battleship-308418de2078b951963b9d902bad6f640a60e0e5.zip
mkfile: fix install rule.
Diffstat (limited to 'mkfile')
-rw-r--r--mkfile6
1 files changed, 2 insertions, 4 deletions
diff --git a/mkfile b/mkfile
index 68b0873..40d51d5 100644
--- a/mkfile
+++ b/mkfile
@@ -23,14 +23,12 @@ ASSETDIR=/sys/games/lib/battleship
</sys/src/cmd/mkmany
-ohman:V:
- cp bts.man $MAN/battleship
-
-install:V: ohman
+install:V:
for(i in $TARG)
mk $MKFLAGS $i.install
mkdir -p $ASSETDIR
dircp assets $ASSETDIR
+ cp bts.man $MAN/battleship
uninstall:V:
for(i in $TARG)