summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKyle K <kylek389@gmail.com>2011-02-12 19:45:42 -0600
committerKamil Kaminski <kamilkss@gmail.com>2011-02-12 19:45:42 -0600
commitdea256a20d8d771fcce8bd2409bc4b7a9c5081e9 (patch)
treebacf02603fa84af97266e18e5e5308cb9b15177f /Makefile
parentdbe61956e0b4235238c225df58383141337bc2d2 (diff)
downloadsandbox-dea256a20d8d771fcce8bd2409bc4b7a9c5081e9.tar.gz
sandbox-dea256a20d8d771fcce8bd2409bc4b7a9c5081e9.tar.bz2
sandbox-dea256a20d8d771fcce8bd2409bc4b7a9c5081e9.zip
add getopt.c
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 273a07b..4a52efa 100644
--- a/Makefile
+++ b/Makefile
@@ -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