Adding more shortcuts from Makefile.

This commit is contained in:
Brad Nelson
2024-01-14 19:32:21 -08:00
parent 59a78336bb
commit 0373e9c619
2 changed files with 15 additions and 0 deletions

View File

@ -35,3 +35,10 @@ WEB_ITEMS = [
Alias('web', ' '.join(WEB_ITEMS))
Default('web')
D8 = '~/src/v8/v8/out/x64.release/d8 $dst/web/ueforth.js'
OneShot('d8',
'$dst/web/ueforth.js',
D8 + ' $in',
pool='console')