Skip to content

Commit 12a2d57

Browse files
committed
makefile
1 parent fef5d6c commit 12a2d57

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

Makefile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ help:
2424
@echo " test-all Run all tests with coverage"
2525
@echo ""
2626
@echo "Installation:"
27-
@echo " install-all Install all external dependencies"
27+
@echo " install Install all external dependencies"
2828
@echo " install-molecule Install molecule"
2929
@echo " install-rmgdb Install RMG-database"
3030
@echo " install-autotst Install AutoTST"
@@ -54,7 +54,10 @@ test-functional:
5454
test-all:
5555
pytest arc/ functional/ --cov --cov-report=xml -ra -vv
5656

57-
install-all:
57+
install-all: install
58+
59+
install:
60+
@echo "Installing all external ARC dependencies..."
5861
bash $(DEVTOOLS_DIR)/install_all.sh
5962

6063
install-molecule:

0 commit comments

Comments
 (0)