Build system cleanup

This commit is contained in:
2023-12-16 11:21:51 -08:00
parent c0c1312a6b
commit 80276758fd
6 changed files with 26 additions and 49 deletions

View File

@ -9,4 +9,6 @@ make $QMK_TARGET
# Move output files to output directory.
# These are the only extensions qmk can produce,
# as far as I know.
mv *.{bin,hex,uf2} /build_output > /dev/null 2>&1
mv *.{bin,hex,uf2} /build_output > /dev/null 2>&1
exit 0