bird/proto/babel/Makefile

6 lines
116 B
Makefile
Raw Normal View History

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