1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/palm/pilot_makedoc/files/Makefile

13 lines
108 B
Makefile
Raw Normal View History

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