diff options
author | Kyle K <kylek389@gmail.com> | 2011-07-06 20:22:06 -0500 |
---|---|---|
committer | Kamil Kaminski <kamilkss@gmail.com> | 2011-07-06 20:22:06 -0500 |
commit | 1643ba9d4fd90f4a44c5a70207e37c524b2ae665 (patch) | |
tree | e5107f1a21b227ec48259a31dba9e558d7831290 /Makefile | |
parent | fd6f82b5c6b3869d893e48b4b25ba6bf195eeb3a (diff) | |
download | sandbox-1643ba9d4fd90f4a44c5a70207e37c524b2ae665.tar.gz sandbox-1643ba9d4fd90f4a44c5a70207e37c524b2ae665.tar.bz2 sandbox-1643ba9d4fd90f4a44c5a70207e37c524b2ae665.zip |
add new try at a tokenizer
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |