summaryrefslogtreecommitdiff
path: root/palm/pilot_makedoc/files/Makefile
blob: 3d245f80c487360d8c8269804dfdac17ee2d5f65 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#
# $FreeBSD$
#

CC=	g++
CFLAGS=	-O2

pilot_makedoc:	makedoc7.cpp
		${CC} -o pilot_makedoc makedoc7.cpp

#
# EOF