diff options
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -20,6 +20,9 @@ test TESTCASE="all" $BIN="p4dcc": build else bash tests/run.sh {{TESTCASE}} fi + if [[ $BIN = p4dcc ]]; then + just build2 + fi clean: rm p4dcc* |
