mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
6 lines
119 B
Makefile
6 lines
119 B
Makefile
|
src := bmp.c buffer.c map.c
|
||
|
obj := $(src-o-files)
|
||
|
$(all-daemon)
|
||
|
$(cf-local)
|
||
|
|
||
|
tests_objs := $(tests_objs) $(src-o-files)
|