dblume commited on 2023-01-20 22:54:01
Showing 1 changed files, with 4 additions and 0 deletions.
| ... | ... |
@@ -34,6 +34,10 @@ Running make will build and deploy if you have `$ROKU_DEV_TARGET` and `$DEVPASSW |
| 34 | 34 |
|
| 35 | 35 |
make |
| 36 | 36 |
|
| 37 |
+You can automatically make and deploy with each changed file with the following command: |
|
| 38 |
+ |
|
| 39 |
+ git ls-files | entr -c sh -c 'make all' |
|
| 40 |
+ |
|
| 37 | 41 |
### VS Code |
| 38 | 42 |
|
| 39 | 43 |
VS Code can also use the Makefile with [VC Code Makefile Tools](https://marketplace.visualstudio.com/items?itemName=ms-vscode.makefile-tools). |
| 40 | 44 |