Skip to content

Commit aa98de3

Browse files
Update Makefile
1 parent 6bde9fb commit aa98de3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ clean:: # Clean-up project resources (main) @Operations
2323
rm -f .version
2424
# TODO: Implement project resources clean-up step
2525

26-
config:: _install-dependencies version _config # Configure development environment (main) @Configuration
26+
config:: _install-dependencies version # Configure development environment (main) @Configuration
27+
make _config
2728
(cd docs && make install)
2829

2930
version:

0 commit comments

Comments
 (0)