From 5ce645be3c85d3cca69ac3d3fde5a4059c6d7891 Mon Sep 17 00:00:00 2001
From: Jan Breuer <jan.breuer@jaybee.cz>
Date: 摹曛, 06 8月 2015 17:42:15 +0800
Subject: [PATCH] Fix type cast warnings in LabWindows/CVI

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

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

--
Gitblit v1.9.1