about summary refs log tree commit diff stats
path: root/subx/test_layers
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-02-15 17:25:46 -0800
committerKartik Agaram <vc@akkartik.com>2019-02-15 17:25:46 -0800
commit1c80a50634f6378bfc89bb6986c66cb212a08ee7 (patch)
tree09fefe8654ca417016817d0c20b9f8a6e1da7b0c /subx/test_layers
parent9b16f190492f26e065f13f19e51c4e2180a21143 (diff)
downloadmu-1c80a50634f6378bfc89bb6986c66cb212a08ee7.tar.gz
4974
Fix CI.
Diffstat (limited to 'subx/test_layers')
-rwxr-xr-xsubx/test_layers2
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