diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-02-15 17:25:46 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-02-15 17:25:46 -0800 |
commit | 1c80a50634f6378bfc89bb6986c66cb212a08ee7 (patch) | |
tree | 09fefe8654ca417016817d0c20b9f8a6e1da7b0c | |
parent | 9b16f190492f26e065f13f19e51c4e2180a21143 (diff) | |
download | mu-1c80a50634f6378bfc89bb6986c66cb212a08ee7.tar.gz |
4974
Fix CI.
-rwxr-xr-x | subx/test_layers | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/test_layers b/subx/test_layers index 306f5d3a..288fab10 100755 --- a/subx/test_layers +++ b/subx/test_layers @@ -14,7 +14,7 @@ do done # build everything one last time -clean +./clean CFLAGS=$CFLAGS ./build # build optimized by default since we'll be running it repeatedly below # add SubX files one at a time |