diff options
Diffstat (limited to 'client/Makefile')
-rw-r--r-- | client/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/Makefile b/client/Makefile index 867476cc..74b30b77 100644 --- a/client/Makefile +++ b/client/Makefile @@ -1,4 +1,4 @@ -source=client.c commands.c util.c +source=client_full.c commands.c util.c root-rel=../ dir-name=client |