# Skinny Makefile
PROGNAME = cidr_nums
C_FILES = nums.c

_DIRSRC=../..
.include "${_DIRSRC}/Makefile.inc"
