freebsd-ports/palm/pilot_makedoc/files/Makefile

13 lines
126 B
Makefile
Raw Normal View History

#
1999-08-30 16:33:04 +02:00
# $FreeBSD$
#
2000-01-28 07:49:33 +01:00
CXX?= g++
CFLAGS?=-O2
pilot_makedoc: makedoc7.cpp
2000-01-28 07:49:33 +01:00
${CXX} ${CFLAGS} -o pilot_makedoc makedoc7.cpp
#
# EOF