openbsd-ports/textproc/pilot_makedoc/files/Makefile

13 lines
161 B
Makefile
Raw Normal View History

1998-04-27 19:24:37 -04:00
#
# $Id: Makefile,v 1.1.1.1 1998/04/27 23:24:37 angelos Exp $
#
CC= g++
CFLAGS= -O2
pilot_makedoc: makedoc7.cpp
${CC} -o pilot_makedoc makedoc7.cpp
#
# EOF