summaryrefslogtreecommitdiff
path: root/client/Makefile
blob: 8c2f91e099f8caf39932010529c36f9dcde6abc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
source=commands.c util.c common.c
root-rel=../
dir-name=client

clients := $(client) birdcl

source-dep := $(source) $(addsuffix .c,$(clients))

subdir: $(addsuffix .o,$(clients))

include ../Rules