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

$(all-client)

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

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