mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-01-08 02:30:45 +00:00
6 lines
70 B
Makefile
6 lines
70 B
Makefile
|
tar.a: tar.c
|
||
|
compile tar.c keep=tar
|
||
|
|
||
|
tar: tar.a
|
||
|
link tar keep=tar
|