blob: b4df6ec6c4aaeca91e0e70e14b90114bbf5a62af [file] [log] [blame]
#
# GNU makefile
#
topdir = ../../..
LIB_NAME = libgetopt
INCLUDES = -I$(topdir)/include
SRCS_C = \
getopt.c \
getopt1.c
include $(topdir)/build/lib.mk
# DO NOT DELETE THIS LINE -- make depend depends on it.