fix dots display in Makefile
This commit is contained in:
parent
e3982081d8
commit
53265b352c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -18,7 +18,7 @@ uninstall:
|
|||
python scons/scons.py uninstall
|
||||
|
||||
test:
|
||||
@echo "*** Running visual tests…"
|
||||
@echo "*** Running visual tests..."
|
||||
@python tests/visual_tests/test.py -q
|
||||
@echo "*** Running C++ tests..."
|
||||
@for FILE in tests/cpp_tests/*-bin; do \
|
||||
|
|
Loading…
Add table
Reference in a new issue