mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
13 lines
130 B
Makefile
13 lines
130 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CXX?= g++
|
|
CXXFLAGS?=-O2
|
|
|
|
pilot_makedoc: makedoc7.cpp
|
|
${CXX} ${CXXFLAGS} -o pilot_makedoc makedoc7.cpp
|
|
|
|
#
|
|
# EOF
|