0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-19 20:05:21 +00:00
bird/proto/babel/Makefile

6 lines
116 B
Makefile
Raw Normal View History

2016-12-07 08:12:06 +00:00
src := babel.c packets.c
obj := $(src-o-files)
$(all-daemon)
$(cf-local)
2016-12-13 19:18:11 +00:00
tests_objs := $(tests_objs) $(src-o-files)