mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-01-10 01:29:40 +00:00
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
|