diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2013-04-23 02:54:13 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2013-04-23 02:54:13 +0200 |
commit | 32622d0ea366406f3afa14bb9edb4855d6979786 (patch) | |
tree | 9ccfb9c0e165658e54f82da1d9de2c9bb3348f5a /client/Makefile | |
parent | efd6d12b975441c7e1875a59dd9e0f3db7e958cb (diff) | |
parent | a5e9f3d26f887deb451a3ea086e52266c117aa0a (diff) |
Merge branch 'birdcl'
Diffstat (limited to 'client/Makefile')
-rw-r--r-- | client/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/client/Makefile b/client/Makefile index 867476cc..a1578766 100644 --- a/client/Makefile +++ b/client/Makefile @@ -1,5 +1,11 @@ -source=client.c commands.c util.c +source=commands.c util.c client.c root-rel=../ dir-name=client +clients := $(client) birdcl + +source-dep := $(source) $(addsuffix .c,$(clients)) + +subdir: $(addsuffix .o,$(clients)) + include ../Rules |