will warn about "check" no such file or directory (since it aliases in the rule for the Makefile)

This commit is contained in:
Dale Weiler 2013-01-10 20:28:53 +00:00
parent fa90d2d06e
commit 0da4626417

View file

@ -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