From 08183a36843d8f629d62c981a53b935d2da48878 Mon Sep 17 00:00:00 2001
From: Iztok Jeras <iztok.jeras@redpitaya.com>
Date: 周五, 16 10月 2015 18:36:09 +0800
Subject: [PATCH] integer parser: added test which caused issues with gcc-linaro-4.9-2014.11-x86_64_arm-linux-gnueabihf cross compiler

---
 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