aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-04-25 13:39:40 -0400
committerCameron Katri <me@cameronkatri.com>2021-04-25 13:39:40 -0400
commit02a1309d8720ff6b34afbc5dc0b3812351b2d41a (patch)
treec8791c5b33a0280180a558e5c73e83aab0ce40aa
parente43fd6d8e48a8f41a22ce1ee66d72858e7d7dce0 (diff)
downloadopendircolors-02a1309d8720ff6b34afbc5dc0b3812351b2d41a.tar.gz
opendircolors-02a1309d8720ff6b34afbc5dc0b3812351b2d41a.tar.zst
opendircolors-02a1309d8720ff6b34afbc5dc0b3812351b2d41a.zip
Rename, add Makefile
-rw-r--r--Makefile5
-rw-r--r--obj/.gitkeep0
2 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..dbffe8c
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,5 @@
+PROG= opendircolors
+SRCS= lscolors.c
+MAN=
+
+.include <bsd.prog.mk>
diff --git a/obj/.gitkeep b/obj/.gitkeep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/obj/.gitkeep