mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-01-04 22:30:42 +00:00
451e159fb7
of the util shipped with GNO v2.0.4.
6 lines
90 B
Makefile
6 lines
90 B
Makefile
cron.root: cron.c
|
|
compile -p cron.c keep=cron
|
|
|
|
cron: cron.root
|
|
link -p cron keep=cron
|