From 320f1c2347e3270a82b90bf03bf0ea1c48ad4eb2 Mon Sep 17 00:00:00 2001 From: Kyle K Date: Wed, 16 Nov 2011 18:45:00 -0600 Subject: add a simple sscanf regexp example --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9ff95e4..07d4312 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ BINS = ascii class depipe_strings dup fpipe pipe realloc strpbrk strsep \ tokenizer getopt prime_mask linked_list pi_bbp string_tokenizer \ - tcpserver tcpclient + tcpserver tcpclient regexp CC = gcc CFLAGS = -Wall -std=gnu99 -pedantic DBGFLAGS = -g -O0 -- cgit v1.2.3