mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-12 11:05:12 +00:00
d1c781eaf4
- 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
12 lines
163 B
Makefile
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
|