Adding flashing.

This commit is contained in:
Brad Nelson
2024-01-01 19:58:23 -08:00
parent 1e01a47380
commit 7209ca594a
4 changed files with 55 additions and 4 deletions

View File

@ -21,5 +21,7 @@ Alias('posix', ' '.join([
'$dst/posix/ueforth', '$src/common/all_tests.fs'),
]))
OneShot('install', 'sudo cp $dst/posix/ueforth /usr/bin/ueforth',
'$dst/posix/ueforth', pool='console')
OneShot('install',
'$dst/posix/ueforth',
'sudo cp $dst/posix/ueforth /usr/bin/ueforth',
pool='console')