Removed redundant `test', which was the same as `test.sh'.
[stripchart.git] / Makefile
index e7a9078ca243003461078af75b8900675d7c0963..bd9ee783fdf38ee7a5d1c28015e2d79678dd77cf 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ dist :
        rm -rf $(DIST_DIR)
 
 check : $(PROG_NAME)
-       test.sh
+       ./test.sh
 
 stripchart.o : stripchart.c stripchart.h err_mac.h
        gcc $(MY_FLAGS) -c $<