mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +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
|