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

13 lines
113 B
Makefile
Raw Normal View History

#
1999-08-30 14:33:04 +00:00
# $FreeBSD$
#
CC= g++
CFLAGS= -O2
pilot_makedoc: makedoc7.cpp
${CC} -o pilot_makedoc makedoc7.cpp
#
# EOF