diff options
author | Kyle K <kylek389@gmail.com> | 2011-02-11 16:37:00 -0600 |
---|---|---|
committer | Kamil Kaminski <kamilkss@gmail.com> | 2011-02-11 16:37:00 -0600 |
commit | 5b401722520386cfe3dd920fd59cc0d47e9f9503 (patch) | |
tree | cdc37d23437ec5d023e8e672208de625ad9ae15c /Makefile | |
parent | b49853cb048db3bd893080ff8b81e6911add0338 (diff) | |
download | sandbox-5b401722520386cfe3dd920fd59cc0d47e9f9503.tar.gz sandbox-5b401722520386cfe3dd920fd59cc0d47e9f9503.tar.bz2 sandbox-5b401722520386cfe3dd920fd59cc0d47e9f9503.zip |
cleanups
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |