Skip to content

Commit 9e65e56

Browse files
authored
Update README.md
1 parent e41c1fa commit 9e65e56

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Zentrale Lib für Lambda übergreifende Funktionalitäten
55
## Alle Lambdas betreffendes Makefile
66
Funktioniert nur, wenn die Lambdas im selben Ordner wie die `lambda-lib` liegen
77

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
8+
- `update_all`: Führt `cargo update` in allen Lambdas aus
9+
- `build_all`: Führt `cargo build` in allen Lambdas aus
10+
- `test_all`: Führt `make test` in allen Lambdas aus
11+
- `aws_all`: Führt `make aws` in allen Lambdas aus

0 commit comments

Comments
 (0)