1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00
labs-bird/proto/babel/Makefile

6 lines
116 B
Makefile
Raw Normal View History

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