bird/client/Makefile
2019-03-18 12:54:40 +01:00

11 lines
203 B
Makefile

src := commands.c util.c client.c
obj := $(src-o-files)
$(all-client)
$(conf-y-targets): $(s)cmds.Y
$(exedir)/birdc: $(o)birdc.o
$(exedir)/birdc: LIBS += $(CLIENT_LIBS)
$(exedir)/birdcl: $(o)birdcl.o