mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-18 19:09:31 +00:00
6 lines
98 B
Makefile
6 lines
98 B
Makefile
|
tsort.a: tsort.c
|
||
|
compile tsort.c keep=tsort
|
||
|
|
||
|
tsort: tsort.a
|
||
|
link tsort 2/direct256 keep=tsort
|