~aleteoryx/9c

21c953b032680d5825c68af4901716b90fa6ec73 — glenda 6 days ago 9703d00 front
mkfile bug, usage bug
2 files changed, 2 insertions(+), 2 deletions(-)

M mkfile
M ufx2font.c
M mkfile => mkfile +1 -1
@@ 11,7 11,7 @@ bins=\
all:VQ: `{echo $O.^$bins}

install:V: all
	for(bin in $bins) cp $O.$bin $home/bin/$objtype/
	for(bin in $bins) cp $O.$bin $home/bin/$objtype/$bin
installall:V:
	for(objtype in $CPUS) mk install


M ufx2font.c => ufx2font.c +1 -1
@@ 952,7 952,7 @@ void
usage(void)
{
	fprint(2,
		"usage: %s [-nh] [-b baseline] [-m mapfile]"
		"usage: %s [-nh] [-b baseline] [-m mapfile] "
			"[-l length] [-x width] in.ufx out/\n",
		argv0);
	exits("usage");