9 lines
173 B
Makefile
9 lines
173 B
Makefile
src := commands.c util.c client.c
|
|
obj := $(src-o-files)
|
|
|
|
$(all-client)
|
|
|
|
$(exedir)/birdc: $(o)birdc.o
|
|
$(exedir)/birdc: LIBS += $(CLIENT_LIBS)
|
|
|
|
$(exedir)/birdcl: $(o)birdcl.o
|