aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-04-25 15:25:32 -0400
committerCameron Katri <me@cameronkatri.com>2021-04-25 15:25:32 -0400
commit5cd70ab92f72621b6c3e2b4d6c017aac47194ab9 (patch)
tree40220f6a9e4199f37c234b8ae000b4698e891efe /Makefile
parent02a1309d8720ff6b34afbc5dc0b3812351b2d41a (diff)
downloadopendircolors-5cd70ab92f72621b6c3e2b4d6c017aac47194ab9.tar.gz
opendircolors-5cd70ab92f72621b6c3e2b4d6c017aac47194ab9.tar.zst
opendircolors-5cd70ab92f72621b6c3e2b4d6c017aac47194ab9.zip
Fix Makefile and gitignore
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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>