aboutsummaryrefslogtreecommitdiff
path: root/build
blob: 1c4d4196f6fadcaa175706073859a23b1ea8d649 (plain)
1
2
3
#!/bin/bash
nasm -f elf forth.s
ld -melf_i386 forth.o