summary refs log tree commit diff
path: root/bin/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2017-10-13 16:36:11 -0400
committerJune McEnroe <programble@gmail.com>2017-10-13 16:37:44 -0400
commit9ec0582868b3723b83eaf6683bc6265a109aab5e (patch)
treea82475c6fe18d7df86b1a854e433b17e23b5a8c5 /bin/Makefile
parentAdd nasm to install.sh (diff)
downloadsrc-9ec0582868b3723b83eaf6683bc6265a109aab5e.tar.gz
src-9ec0582868b3723b83eaf6683bc6265a109aab5e.zip
Add beginning of very basic shell, ish
Following <https://github.com/tokenrove/build-your-own-shell>.
Diffstat (limited to 'bin/Makefile')
-rw-r--r--bin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Makefile b/bin/Makefile
index f2112e29..e3f7053c 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -1,4 +1,4 @@
-BINS = atch bri dtch hnel jrp pbcopy pbd pbpaste typo wake watch xx
+BINS = atch bri dtch hnel ish jrp pbcopy pbd pbpaste typo wake watch xx
 CFLAGS += -Wall -Wextra -Wpedantic
 LDLIBS = -lcurses -ledit -lutil