summaryrefslogtreecommitdiff
path: root/client/Makefile
blob: fccb83463a18fdaa0cf77d5dbeb65dbe0315c906 (plain)
1
2
3
4
5
6
7
8
9
10
11
src := commands.c util.c client.c
obj := $(src-o-files)

$(all-client)

$(o)commands.o: $(objdir)/conf/commands.h

$(exedir)/birdc: $(o)birdc.o
$(exedir)/birdc: LIBS += $(CLIENT_LIBS)

$(exedir)/birdcl: $(o)birdcl.o