gno/bin/binprint/Makefile
gdr-ftp 784e3de7cd Initial checkin of aroff, binprint, center, less, ls, make, makemake,
passwd, ps, purge, shutdown, stty, upper, and vi.  These sources are
for the versions of the utils shipped with GNO v2.0.4.
1998-03-09 08:30:21 +00:00

9 lines
188 B
Makefile

binprint.a: binprint.c
compile -p binprint.c keep=binprint
bprasm.a: binprint.asm
compile -p binprint.asm
binprint: binprint.a bprasm.a
link -p binprint bprasm keep=binprint