DEPTH = ../..
SUBDIR = ./class/getopt

include $(DEPTH)/Makefile.os

OBJECTS = main.o getopt.o option.o

.PHONY: all
all : objects


include $(DEPTH)/Makefile.rules
include $(DEPTH)/Makefile.subdir
