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