This commit is contained in:
Brad Nelson
2023-12-31 21:47:42 -08:00
parent db939fb889
commit b331d712d0
2 changed files with 6 additions and 4 deletions

View File

@ -17,4 +17,5 @@ Importation('gen/posix_boot.h', '$src/posix/posix_boot.fs', name='boot')
Compile('posix/ueforth', '$src/posix/main.c',
implicit=['gen/posix_boot.h'])
OneShot('install', 'sudo cp posix/ueforth /usr/bin/ueforth', 'posix/ueforth')
OneShot('install', 'sudo cp posix/ueforth /usr/bin/ueforth',
'posix/ueforth', pool='console')