aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--Makefile2
2 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 3f9d8d7..94053f2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-lscolors
+obj/*
diff --git a/Makefile b/Makefile
index dbffe8c..e047301 100644
--- a/Makefile
+++ b/Makefile
@@ -2,4 +2,6 @@ PROG= opendircolors
SRCS= lscolors.c
MAN=
+MAKEOBJDIR=obj
+
.include <bsd.prog.mk>