From f8d0aa8ec41a50dee5b2b763b84c87c416eba5a7 Mon Sep 17 00:00:00 2001
From: Jan Breuer <jan.breuer@jaybee.cz>
Date: 周六, 25 4月 2015 23:02:44 +0800
Subject: [PATCH] Update readme with Multiple Identical Capabilities

---
 Makefile |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index 1f6ee32..9b011c7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,4 @@
+.PHONY: clean all test
 
 all:
 	$(MAKE) -C libscpi
@@ -6,3 +7,6 @@
 clean:
 	$(MAKE) clean -C libscpi
 	$(MAKE) clean -C examples
+
+test:
+	$(MAKE) test -C libscpi
\ No newline at end of file

--
Gitblit v1.9.1