mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-09 20:58:44 +00:00
8 lines
137 B
Makefile
8 lines
137 B
Makefile
src := perf.c
|
|
obj := $(src-o-files)
|
|
$(all-daemon)
|
|
$(cf-local)
|
|
$(call proto-build,perf_build)
|
|
|
|
tests_objs := $(tests_objs) $(src-o-files)
|