diff options
author | rodri <rgl@antares-labs.eu> | 2023-09-08 14:28:55 +0000 |
---|---|---|
committer | rodri <rgl@antares-labs.eu> | 2023-09-08 14:28:55 +0000 |
commit | 3acb69a3da5b93c13d6e22f11553b382a49fbe5b (patch) | |
tree | eb6b2bdad28dafcd30f9eee911cdbf27544d5445 /mkfile | |
parent | ebbadfc6e6a5041bc4dd15d8c8db327b13997b41 (diff) | |
download | battleship-3acb69a3da5b93c13d6e22f11553b382a49fbe5b.tar.gz battleship-3acb69a3da5b93c13d6e22f11553b382a49fbe5b.tar.bz2 battleship-3acb69a3da5b93c13d6e22f11553b382a49fbe5b.zip |
wrote a manual.
Diffstat (limited to 'mkfile')
-rw-r--r-- | mkfile | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -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 |