0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-09 20:58:44 +00:00
bird/client/Makefile

11 lines
209 B
Makefile
Raw Normal View History

2023-12-12 13:33:54 +00:00
src := commands.c util.c client.c log.c
obj := $(src-o-files)
$(all-client)
2019-02-11 14:27:47 +00:00
$(conf-y-targets): $(s)cmds.Y
$(exedir)/birdc: $(o)birdc.o
$(exedir)/birdc: LIBS += $(CLIENT_LIBS)
$(exedir)/birdcl: $(o)birdcl.o