bird/client/Makefile
2016-05-12 16:04:47 +02:00

12 lines
216 B
Makefile

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