diff options
author | Fredrik Thulin <fredrik@thulin.net> | 2016-05-17 15:22:37 +0200 |
---|---|---|
committer | Fredrik Thulin <fredrik@thulin.net> | 2016-05-18 14:43:16 +0200 |
commit | 257ac2f7f8ed55427821df6c6dc8a3438a45ec11 (patch) | |
tree | 8d32a9023b2a2a85b1ae6780c0a8988d21ce8e5b /projects/cli-test/Makefile | |
parent | bc29d48aef697544f98df5c5c9d2430e06a17ff6 (diff) |
put some generic CLI code in mgmt-cli.c
Diffstat (limited to 'projects/cli-test/Makefile')
-rw-r--r-- | projects/cli-test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/cli-test/Makefile b/projects/cli-test/Makefile index 8fde727..f3976e4 100644 --- a/projects/cli-test/Makefile +++ b/projects/cli-test/Makefile @@ -1,6 +1,6 @@ TEST = cli-test -OBJS = crc32.o +OBJS = crc32.o mgmt-cli.o CFLAGS += -I$(LIBCLI_DIR) LIBS += $(LIBCLI_DIR)/libcli.a |