mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-17 12:08:43 +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
188 B
Makefile
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
|