diff options
author | June McEnroe <june@causal.agency> | 2017-10-26 13:40:06 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2017-10-26 13:41:02 -0400 |
commit | e37593e1d80c1ae64c31de204699585e1587e70d (patch) | |
tree | ebe94c297f3898fda70723a717ea7fc309e17cf3 /bin/Makefile | |
parent | Include sys/wait.h in ish (diff) | |
download | src-e37593e1d80c1ae64c31de204699585e1587e70d.tar.gz src-e37593e1d80c1ae64c31de204699585e1587e70d.zip |
Remove ish
I think I've lost the ability to code...
Diffstat (limited to 'bin/Makefile')
-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 |