Adjusted makefile for no `.' in PATH.
authorW. Trevor King <wking@drexel.edu>
Tue, 28 Oct 2008 11:00:00 +0000 (07:00 -0400)
committerW. Trevor King <wking@drexel.edu>
Tue, 28 Oct 2008 11:00:00 +0000 (07:00 -0400)
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 $<