diff options
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | Makefile | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1 +1 @@ -lscolors +obj/* @@ -2,4 +2,6 @@ PROG= opendircolors SRCS= lscolors.c MAN= +MAKEOBJDIR=obj + .include <bsd.prog.mk> |
![]() |
index : opendircolors.git | |
| A BSD-licensed replacement for GNU dircolors(1) |
| aboutsummaryrefslogtreecommitdiffstats |
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | Makefile | 2 |
@@ -1 +1 @@ -lscolors +obj/* @@ -2,4 +2,6 @@ PROG= opendircolors SRCS= lscolors.c MAN= +MAKEOBJDIR=obj + .include <bsd.prog.mk> |