0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-02-13 11:36:42 +00:00
2022-08-18 22:07:30 +02:00

7 lines
116 B
Makefile

src := packets.c radv.c
obj := $(src-o-files)
$(all-daemon)
$(cf-local)
tests_objs := $(tests_objs) $(src-o-files)