diff options
Diffstat (limited to 'projects/memtest86plus')
-rwxr-xr-x | projects/memtest86plus/memtest86plus | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/memtest86plus/memtest86plus b/projects/memtest86plus/memtest86plus index 1aadbf6c..c64f66a7 100755 --- a/projects/memtest86plus/memtest86plus +++ b/projects/memtest86plus/memtest86plus @@ -75,7 +75,7 @@ build() { mkdir -p "$build_path" make -C "$sources_path" -j"$TASKS" - cp "$sources_path/memtest" "$build_path" + cp "$sources_path"/{memtest,memtest.bin} "$build_path" make -C "$sources_path" 'clean' } |