0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-18 19:35:20 +00:00
bird/client/Makefile

12 lines
216 B
Makefile
Raw Normal View History

src := commands.c util.c client.c
obj := $(src-o-files)
$(all-client)
2016-05-12 14:04:47 +00:00
$(o)commands.o: $(objdir)/conf/commands.h
$(exedir)/birdc: $(o)birdc.o
$(exedir)/birdc: LIBS += $(CLIENT_LIBS)
$(exedir)/birdcl: $(o)birdcl.o