From: W. Trevor King Date: Tue, 28 Oct 2008 11:00:00 +0000 (-0400) Subject: Adjusted makefile for no `.' in PATH. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9e4d7a58e734f9599c183ad840208dbee16d8e5a;p=stripchart.git Adjusted makefile for no `.' in PATH. --- 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 $<