Skip to content

Commit 7961859

Browse files
CCM-13342: Missing dependencies target
1 parent 2392758 commit 7961859

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Makefile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@ include scripts/init.mk
99

1010
quick-start: config clean build serve-docs # Quick start target to setup, build and serve docs @Pipeline
1111

12-
dependencies: # Install dependencies needed to build and test the project @Pipeline
13-
# TODO: Implement installation of your project dependencies
12+
install:
13+
./dependencies.sh --skip-system-deps
14+
15+
dependencies:
16+
./dependencies.sh
1417

1518
build: # Build the project artefact @Pipeline
1619
$(MAKE) -C docs build

0 commit comments

Comments
 (0)