From 008185cf06750c2d3858d707dba480305e51a70c Mon Sep 17 00:00:00 2001
From: Jan Breuer <jan.breuer@jaybee.cz>
Date: 周日, 19 4月 2015 05:20:37 +0800
Subject: [PATCH] Remove generationg .so and update makefiles

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