49e86a49c6
We were calling always the cargo script to build all, on each call to build but we can provide the rs input and let meson to check if some source has changed and if not, it won't try to build.
4 lines
67 B
Bash
Executable file
4 lines
67 B
Bash
Executable file
#!/bin/sh
|
|
|
|
find fractal-api -name *.rs
|
|
find fractal-gtk -name *.rs
|