3 CFLAGS
= -c
-O
-D_MINIX
-D_POSIX_SOURCE
-wo
-m
8 OBJ
= args.o comment.o lexi.o indent.o parse.o io.o
11 $(CC
) -o indent
-i
${OBJ}
14 install: /usr
/bin
/indent
16 /usr
/bin
/indent
: indent
17 install -cs
-o bin indent
$@
19 $(OBJ
): globs.h codes.h
22 rm -f
*.bak
*.o core indent