We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e41c1fa commit 9e65e56Copy full SHA for 9e65e56
README.md
@@ -5,7 +5,7 @@ Zentrale Lib für Lambda übergreifende Funktionalitäten
5
## Alle Lambdas betreffendes Makefile
6
Funktioniert nur, wenn die Lambdas im selben Ordner wie die `lambda-lib` liegen
7
8
- - `update`: Führt `cargo update` in allen Lambdas aus
9
- - `build`: Führt `cargo build` in allen Lambdas aus
10
- - `test`: Führt `make test` in allen Lambdas aus
11
- - `aws`: Führt `make aws` in allen Lambdas aus
+ - `update_all`: Führt `cargo update` in allen Lambdas aus
+ - `build_all`: Führt `cargo build` in allen Lambdas aus
+ - `test_all`: Führt `make test` in allen Lambdas aus
+ - `aws_all`: Führt `make aws` in allen Lambdas aus
0 commit comments