freebsd-ports/palm/pilot_makedoc/files/Makefile

13 lines
130 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++
CXXFLAGS?=-O2
pilot_makedoc: makedoc7.cpp
${CXX} ${CXXFLAGS} -o pilot_makedoc makedoc7.cpp
#
# EOF