commit | f7f1e2be866a8b5095950e160c1a7f6606c777d8 | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Fri Dec 31 14:42:43 2021 -0800 |
committer | swissChili <swisschili@fastmail.com> | Fri Dec 31 14:42:43 2021 -0800 |
tree | 9fffde547803ecf964ae94ae20ea12c7d95eddac |
Initial commit
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..b296c5d --- /dev/null +++ b/Makefile
@@ -0,0 +1,5 @@ +FORTH.COM: FORTH.ASM DOS.ASM IOWORDS.ASM DICTNRY.ASM + nasm $< -fbin -o$@ + +run: FORTH.COM + dosbox $^