mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-01-02 23:31:56 +00:00
6 lines
78 B
Makefile
6 lines
78 B
Makefile
|
time.a: time.c
|
||
|
compile time.c keep=time
|
||
|
|
||
|
time: time.a
|
||
|
link time keep=time
|