From 9e4d7a58e734f9599c183ad840208dbee16d8e5a Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 28 Oct 2008 07:00:00 -0400 Subject: [PATCH] Adjusted makefile for no `.' in PATH. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e7a9078..bd9ee78 100644 --- 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 $< -- 2.26.2