mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 04:08:42 +00:00
7 lines
123 B
Makefile
7 lines
123 B
Makefile
src := attrs.c bgp.c packets.c
|
|
obj := $(src-o-files)
|
|
$(all-daemon)
|
|
$(cf-local)
|
|
|
|
tests_objs := $(tests_objs) $(src-o-files)
|