indent/Makefile

8 lines
173 B
Makefile
Raw Normal View History

2022-09-29 23:22:09 +03:00
# $OpenBSD: Makefile,v 1.2 1996/06/26 05:34:27 deraadt Exp $
PROG= indent
SRCS= indent.c io.c lexi.c parse.c pr_comment.c args.c
2022-09-30 00:39:09 +03:00
$(PROG): $(SRCS)
# .include <bsd.prog.mk>