summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKyle K <kylek389@gmail.com>2011-07-06 20:22:06 -0500
committerKamil Kaminski <kamilkss@gmail.com>2011-07-06 20:22:06 -0500
commit1643ba9d4fd90f4a44c5a70207e37c524b2ae665 (patch)
treee5107f1a21b227ec48259a31dba9e558d7831290 /Makefile
parentfd6f82b5c6b3869d893e48b4b25ba6bf195eeb3a (diff)
downloadsandbox-1643ba9d4fd90f4a44c5a70207e37c524b2ae665.tar.gz
sandbox-1643ba9d4fd90f4a44c5a70207e37c524b2ae665.tar.bz2
sandbox-1643ba9d4fd90f4a44c5a70207e37c524b2ae665.zip
add new try at a tokenizer
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c12e440..59b02eb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
BINS = ascii class depipe_strings dup fpipe pipe realloc strpbrk strsep \
- tokenizer getopt prime_mask linked_list pi_bbp
+ tokenizer getopt prime_mask linked_list pi_bbp string_tokenizer
CC = gcc
CFLAGS = -Wall -std=gnu99 -pedantic
DBGFLAGS = -g -O0