This commit is contained in:
Brian Seymour 2020-10-06 23:41:13 -05:00
commit a89d22bd25
6 changed files with 33 additions and 3 deletions

View file

@ -81,6 +81,9 @@ case "$lang" in
"nasm" | "asm")
bin=nasm
;;
"nasm64" | "asm64")
bin=nasm64
;;
"node" | "js" | "javascript")
bin=node
;;