mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-21 23:29:16 +00:00
14 lines
228 B
Makefile
14 lines
228 B
Makefile
|
#
|
||
|
# Makefile for aroff
|
||
|
# AWGS WordProc -> Text formatter
|
||
|
#
|
||
|
|
||
|
awgs.root: awgs.c awgs.h
|
||
|
compile awgs.c keep=awgs
|
||
|
|
||
|
print.root: print.c awgs.h
|
||
|
compile print.c keep=print
|
||
|
|
||
|
awgs: awgs.root
|
||
|
link awgs print 2/direct256 keep=aroff
|