diff options
author | Kamil Kaminski <kyle@kkaminsk.com> | 2012-02-24 21:57:07 -0600 |
---|---|---|
committer | Kamil Kaminski <kyle@kkaminsk.com> | 2012-02-24 21:57:07 -0600 |
commit | bcf256a1a2764cb61315f5c582b7eed62206f677 (patch) | |
tree | f3413ea8875374c7fbb88e2aec7c385ae70fa899 /Makefile | |
parent | d18964c5fe9d745eeb9b88b003f01c43dadcf018 (diff) | |
download | sandbox-bcf256a1a2764cb61315f5c582b7eed62206f677.tar.gz sandbox-bcf256a1a2764cb61315f5c582b7eed62206f677.tar.bz2 sandbox-bcf256a1a2764cb61315f5c582b7eed62206f677.zip |
add func ptr example and ls script
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ BINS = ascii class depipe_strings dup fpipe pipe realloc strpbrk strsep \ tokenizer getopt prime_mask linked_list pi_bbp string_tokenizer \ tcpserver tcpclient regexp c99 asm playground_05-25-2011 \ - parent_to_child + parent_to_child funcptrs CURL = curl_tomem curl_tofile |