aboutsummaryrefslogtreecommitdiff
path: root/mkfile
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2023-08-08 08:35:17 +0000
committerrodri <rgl@antares-labs.eu>2023-08-08 08:35:17 +0000
commit7b76e7467822316b699847cbd61a0ecb985882d3 (patch)
treed21c96e3002170600e0c11dba0e199567f364355 /mkfile
downloadbattleship-7b76e7467822316b699847cbd61a0ecb985882d3.tar.gz
battleship-7b76e7467822316b699847cbd61a0ecb985882d3.tar.bz2
battleship-7b76e7467822316b699847cbd61a0ecb985882d3.zip
initial commit.
Diffstat (limited to 'mkfile')
-rw-r--r--mkfile24
1 files changed, 24 insertions, 0 deletions
diff --git a/mkfile b/mkfile
new file mode 100644
index 0000000..2e7f5ac
--- /dev/null
+++ b/mkfile
@@ -0,0 +1,24 @@
+</$objtype/mkfile
+
+MAN=/sys/man/1
+BIN=/$objtype/bin/games
+TARG=\
+ bts\
+ btsd\
+
+OFILES=\
+ alloc.$O\
+
+HFILES=\
+ dat.h\
+ fns.h\
+
+</sys/src/cmd/mkmany
+
+install:V: man
+
+uninstall:V:
+ for(i in $TARG){
+ rm -f $BIN/$i
+ rm -f $MAN/$i
+ }