diff options
Diffstat (limited to 'subx')
-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 |