Move some Forth words to separate 'bootstrap.asm' file
[rrq/jonasforth.git] / Makefile
index 786399fbd158040dbb6245e66cf43c73a0616dfb..1bfaabe82ac9c90f294f7c2fc0f7f7e7f9620cd3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
 run: main
        cat sys.f - | ./main
 
-main: main.asm impl.asm
+main: main.asm impl.asm bootstrap.asm
        fasm $< $@
 
 .PHONY: clean