mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
12 lines
216 B
Makefile
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
|