0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-12-23 18:21:54 +00:00
bird/client/Makefile
2017-05-17 17:17:00 +02:00

12 lines
227 B
Makefile

src := commands.c util.c client.c complete.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