#
# $FreeBSD$
CXX?= g++
CFLAGS?=-O2
pilot_makedoc: makedoc7.cpp
${CXX} ${CFLAGS} -o pilot_makedoc makedoc7.cpp
# EOF