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.
9 lines
149 B
Makefile
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
|