From e4f2e7501f3c170f0b2e56a69632c715e087eb87 Mon Sep 17 00:00:00 2001
From: Taras Zaporozhets <zaporozhets.taras@gmail.com>
Date: 周二, 13 8月 2019 02:15:30 +0800
Subject: [PATCH] Add basic VXI11 support

---
 examples/Makefile |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/examples/Makefile b/examples/Makefile
index 7ba0bdb..462e256 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -1,10 +1,14 @@
+.PHONY: clean all cli tcp
 
-all:
+all: cli tcp
+
+cli:
 	$(MAKE) -C test-interactive
 	$(MAKE) -C test-parser
+
+tcp:
 	$(MAKE) -C test-tcp
 	$(MAKE) -C test-tcp-srq
-
 
 clean:
 	$(MAKE) clean -C test-interactive

--
Gitblit v1.9.1