summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKyle K <kylek389@gmail.com>2011-02-11 16:37:00 -0600
committerKamil Kaminski <kamilkss@gmail.com>2011-02-11 16:37:00 -0600
commit5b401722520386cfe3dd920fd59cc0d47e9f9503 (patch)
treecdc37d23437ec5d023e8e672208de625ad9ae15c /Makefile
parentb49853cb048db3bd893080ff8b81e6911add0338 (diff)
downloadsandbox-5b401722520386cfe3dd920fd59cc0d47e9f9503.tar.gz
sandbox-5b401722520386cfe3dd920fd59cc0d47e9f9503.tar.bz2
sandbox-5b401722520386cfe3dd920fd59cc0d47e9f9503.zip
cleanups
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1b5de9a..273a07b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-BINS = ascii class depipe_strings dup fpipe realloc strpbrk strsep tokenizer
+BINS = ascii class depipe_strings dup fpipe pipe realloc strpbrk strsep tokenizer
CC = gcc
DBGFLAGS = -g -O0
ifdef DEBUG