gno/bin/aroff/Makefile
gdr-ftp d1c781eaf4 Makefile:
- completely changed for new builds
awgs.c, awgs.h:
	- renamed to aroff.c and aroff.h, respectively
	- inserted RCS Id tag
	- reformatted source (not substantive changes)
aroff.1, aroff.rez, aroff.desc:
	- initial checkin
1999-01-15 08:36:31 +00:00

12 lines
163 B
Makefile

#
# $Id: Makefile,v 1.2 1999/01/15 08:36:31 gdr-ftp Exp $
#
PROG = aroff
SRCS = aroff.c print.c
.INCLUDE : /src/gno/prog.mk
aroff.o:: aroff.h
print.o:: aroff.h