gno/bin/ls/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
149 B
Makefile

ls.root: ls.c
compile -i ls.c keep=ls
itqsort.a: itqsort.c
compile +O itqsort.c keep=itqsort
ls: ls.root itqsort.a
link ls itqsort keep=ls