diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-09-01 10:04:58 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-09-01 10:54:20 -0700 |
commit | 6ff9ce26e84f686a96ada723f63ce95879216cca (patch) | |
tree | bb8562b4f5f65a3f3478a9237e0253038d59c241 /subx/test_layers | |
parent | ea7f869856a614d14de31c680c8dd290de1cc113 (diff) | |
download | mu-6ff9ce26e84f686a96ada723f63ce95879216cca.tar.gz |
4530 - create an apps/ directory
Diffstat (limited to 'subx/test_layers')
-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 9ade9ee1..12867b21 100755 --- a/subx/test_layers +++ b/subx/test_layers @@ -11,7 +11,7 @@ do done ./clean top -for f in examples/ex*.subx +for f in examples/ex*.subx apps/*.subx do echo checking $f target=`echo $f |sed 's/\..*//'` |