BUILDBINS = char-to-code code-to-char OBJ_char-to-code = char-to-code.o OBJ_code-to-char = code-to-char.o INSTALLMAN = char-to-code.1 code-to-char.1 .MAIN: $(BUILDBINS) $(INSTALLMAN:C/1$/cat1/) code-to-char.c: code-to-char.lex $(LEX) -o$(.TARGET) $(.ALLSRC) CLEANFILES += code-to-char.c .include