diff options
author | Kyle K <kylek389@gmail.com> | 2011-02-12 19:45:42 -0600 |
---|---|---|
committer | Kamil Kaminski <kamilkss@gmail.com> | 2011-02-12 19:45:42 -0600 |
commit | dea256a20d8d771fcce8bd2409bc4b7a9c5081e9 (patch) | |
tree | bacf02603fa84af97266e18e5e5308cb9b15177f /Makefile | |
parent | dbe61956e0b4235238c225df58383141337bc2d2 (diff) | |
download | sandbox-dea256a20d8d771fcce8bd2409bc4b7a9c5081e9.tar.gz sandbox-dea256a20d8d771fcce8bd2409bc4b7a9c5081e9.tar.bz2 sandbox-dea256a20d8d771fcce8bd2409bc4b7a9c5081e9.zip |
add getopt.c
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ -BINS = ascii class depipe_strings dup fpipe pipe realloc strpbrk strsep tokenizer +BINS = ascii class depipe_strings dup fpipe pipe realloc strpbrk strsep \ + tokenizer getopt CC = gcc DBGFLAGS = -g -O0 ifdef DEBUG |