minix/commands/indent/Makefile

9 lines
137 B
Makefile
Raw Normal View History

2005-07-22 20:30:14 +02:00
# Makefile for indent
PROG= indent
SRCS= args.c comment.c lexi.c indent.c parse.c io.c
CPPFLAGS+= -wo -m
MAN=
2005-07-22 20:30:14 +02:00
.include <minix.prog.mk>