diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-04-09 21:27:25 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-04-09 21:27:25 +0200 |
commit | 5f28fee6203f5b67621054e739a3dfb6e590529f (patch) | |
tree | f8ea4616a8d1a94fa6f54a134b54c410b6a01b3c | |
parent | c53d521508bb82ff23024eab5835fce70e18add4 (diff) |
add missing target for antiword in /sys/src/cmd/aux/mkfile (thanks _sl)
-rw-r--r-- | sys/src/cmd/aux/mkfile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/src/cmd/aux/mkfile b/sys/src/cmd/aux/mkfile index 98099aa04..aa0043c36 100644 --- a/sys/src/cmd/aux/mkfile +++ b/sys/src/cmd/aux/mkfile @@ -58,7 +58,9 @@ UPDATE=\ </sys/src/cmd/mkmany -DIRS=mnihongo\ +DIRS=\ + antiword\ + mnihongo\ flashfs\ gps\ kbdfs\ |