From dea256a20d8d771fcce8bd2409bc4b7a9c5081e9 Mon Sep 17 00:00:00 2001 From: Kyle K Date: Sat, 12 Feb 2011 19:45:42 -0600 Subject: add getopt.c --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3