From 0da46264179bc8fb72cc9192525355a74902a93d Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Thu, 10 Jan 2013 20:28:53 +0000 Subject: [PATCH] will warn about "check" no such file or directory (since it aliases in the rule for the Makefile) --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 85848e4..33b77c9 100644 --- a/Makefile +++ b/Makefile @@ -150,10 +150,8 @@ all: $(GMQCC) $(QCVM) $(TESTSUITE) check: all @ ./$(TESTSUITE) - -# alias to check because test.o exists and people will get confused -# about the undefined references to X. test: check + @ ./$(TESTSUITE) clean: rm -f *.o $(GMQCC) $(QCVM) $(TESTSUITE) *.dat -- 2.39.2