mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-02-11 12:30:31 +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
|