]> git.cameronkatri.com Git - opendircolors.git/blob - Makefile
Fix Makefile and gitignore
[opendircolors.git] / Makefile
1 PROG= opendircolors
2 SRCS= lscolors.c
3 MAN=
4
5 MAKEOBJDIR=obj
6
7 .include <bsd.prog.mk>