aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2012-11-19 10:11:44 +1100
committerJustin Bedo <cu@cua0.org>2012-11-19 10:11:44 +1100
commit1b30051ee29fbf6a0ddf989a1faac2481d601bd9 (patch)
tree58d2298c95afd282cbca1b15eb469c53e6b778d9 /build
Import of untracked forth codebase.HEADmaster
Diffstat (limited to 'build')
-rwxr-xr-xbuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/build b/build
new file mode 100755
index 0000000..1c4d419
--- /dev/null
+++ b/build
@@ -0,0 +1,3 @@
+#!/bin/bash
+nasm -f elf forth.s
+ld -melf_i386 forth.o