include ../config.mk

OBJS = cnf.o

all: ${OBJS}

clean:
	@rm -f *.o
