CFLAGS	= -O
LDFLAGS	=

all: getopt.o getopt1.o

clean:
	rm -f *.o
