diff options
author | June McEnroe <programble@gmail.com> | 2017-10-26 13:40:06 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2017-10-26 13:41:02 -0400 |
commit | e5dfd3854ed1691719fd4545dea9312efe1d38f4 (patch) | |
tree | 43d9bcab025879bfe5c861c954e75a35b4385e0d /bin/Makefile | |
parent | Include sys/wait.h in ish (diff) | |
download | src-e5dfd3854ed1691719fd4545dea9312efe1d38f4.tar.gz src-e5dfd3854ed1691719fd4545dea9312efe1d38f4.zip |
Remove ish
I think I've lost the ability to code...
Diffstat (limited to '')
-rw-r--r-- | bin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Makefile b/bin/Makefile index e3f7053c..f2112e29 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -1,4 +1,4 @@ -BINS = atch bri dtch hnel ish jrp pbcopy pbd pbpaste typo wake watch xx +BINS = atch bri dtch hnel jrp pbcopy pbd pbpaste typo wake watch xx CFLAGS += -Wall -Wextra -Wpedantic LDLIBS = -lcurses -ledit -lutil |