From 1643ba9d4fd90f4a44c5a70207e37c524b2ae665 Mon Sep 17 00:00:00 2001 From: Kyle K Date: Wed, 6 Jul 2011 20:22:06 -0500 Subject: add new try at a tokenizer --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3