mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
13 lines
108 B
Makefile
13 lines
108 B
Makefile
|
#
|
||
|
# $Id$
|
||
|
#
|
||
|
|
||
|
CC= g++
|
||
|
CFLAGS= -O2
|
||
|
|
||
|
pilot_makedoc: makedoc7.cpp
|
||
|
${CC} -o pilot_makedoc makedoc7.cpp
|
||
|
|
||
|
#
|
||
|
# EOF
|