mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-04 22:08:21 +00:00
e72e1c891f
tar v2.0.1 binary distributed on the 'net that claimed to have fixed an unspecified bug in this version, but neither the sources nor the originator of that fix are available. It may be appropriate to completely replace this implementation.
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
|