mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-10 05:08:42 +00:00
6 lines
117 B
Makefile
6 lines
117 B
Makefile
|
src := io.c krt.c log.c main.c random.c
|
||
|
obj := $(src-o-files)
|
||
|
$(all-daemon)
|
||
|
$(cf-local)
|
||
|
$(conf-y-targets): $(s)krt.Y
|