Added install step.

This commit is contained in:
Brad Nelson
2023-12-31 21:40:52 -08:00
parent 0e8264fa09
commit db939fb889
2 changed files with 14 additions and 0 deletions

View File

@ -16,3 +16,5 @@ Alias('posix', 'posix/ueforth')
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')