From 603b2804add525da0560b962a3295d390777930f Mon Sep 17 00:00:00 2001
From: Jan Breuer <jan.breuer@jaybee.cz>
Date: 周日, 06 9月 2015 05:06:08 +0800
Subject: [PATCH] Migrate readme to separate documentation

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

diff --git a/Makefile b/Makefile
index 14ff52a..9b011c7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,5 @@
+.PHONY: clean all test
+
 all:
 	$(MAKE) -C libscpi
 	$(MAKE) -C examples
@@ -5,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