bird/proto/static/Makefile
2022-04-06 18:14:08 +02:00

8 lines
141 B
Makefile

src := static.c
obj := $(src-o-files)
$(all-daemon)
$(cf-local)
$(call proto-build,static_build)
tests_objs := $(tests_objs) $(src-o-files)