mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-21 23:29:16 +00:00
784e3de7cd
passwd, ps, purge, shutdown, stty, upper, and vi. These sources are for the versions of the utils shipped with GNO v2.0.4.
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
|