diff options
author | Kamil Kaminski <kyle@kkaminsk.com> | 2012-01-18 04:23:30 -0600 |
---|---|---|
committer | Kamil Kaminski <kyle@kkaminsk.com> | 2012-01-18 04:23:30 -0600 |
commit | 1c411a3946dec2976aa3456b2a8b39b9f6d42a8f (patch) | |
tree | ab42b15c6664f0fa06701b280035435c855aef33 /Makefile | |
parent | 4aec0d6aa631902a8aa576dc2594a1807466f123 (diff) | |
download | sandbox-1c411a3946dec2976aa3456b2a8b39b9f6d42a8f.tar.gz sandbox-1c411a3946dec2976aa3456b2a8b39b9f6d42a8f.tar.bz2 sandbox-1c411a3946dec2976aa3456b2a8b39b9f6d42a8f.zip |
add few more
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 regexp + tcpserver tcpclient regexp c99 asm playground_05-25-2011 CURL = curl_tomem curl_tofile |