1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/palm/pilot_makedoc/files/Makefile

13 lines
108 B
Makefile

#
# $Id$
#
CC= g++
CFLAGS= -O2
pilot_makedoc: makedoc7.cpp
${CC} -o pilot_makedoc makedoc7.cpp
#
# EOF