]> git.ipfire.org Git - thirdparty/bird.git/blob - client/Makefile
Babel: Rework handling of retractions
[thirdparty/bird.git] / client / Makefile
1 source=commands.c util.c client.c
2 root-rel=../
3 dir-name=client
4
5 clients := $(client) birdcl
6
7 source-dep := $(source) $(addsuffix .c,$(clients))
8
9 subdir: $(addsuffix .o,$(clients))
10
11 include ../Rules