mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 20:28:43 +00:00
9 lines
205 B
Makefile
9 lines
205 B
Makefile
src := alloc.c io.c krt.c log.c main.c random.c
|
|
obj := $(src-o-files)
|
|
$(all-daemon)
|
|
$(cf-local)
|
|
$(conf-y-targets): $(s)krt.Y
|
|
|
|
src := $(filter-out main.c, $(src))
|
|
tests_objs := $(tests_objs) $(src-o-files)
|