]> git.lizzy.rs Git - plan9front.git/blob - sys/src/cmd/cwfs/mkfile
fix filetype detecton by suffix so that multiple dots dont confuse it. (thanks kvik)
[plan9front.git] / sys / src / cmd / cwfs / mkfile
1 default:V: all
2
3 all allall first default clean nuke install installall safeinstall safeinstallall update man:V:
4         cd cwfs64x && mk $target
5
6 emelie.%:V:
7         cd emelie && mk $stem
8 fs64.%:V:
9         cd fs64 && mk $stem
10 cwfs64.%:V:
11         cd cwfs64 && mk $stem
12 cwfs64x.%:V:
13         cd cwfs64x && mk $stem
14
15 cleanall:V: clean emelie.clean fs64.clean cwfs64.clean cwfs64x.clean