X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=Makefile;h=1bfaabe82ac9c90f294f7c2fc0f7f7e7f9620cd3;hb=0cc647dd09fd4a942c1133755e096868d1bd84ff;hp=786399fbd158040dbb6245e66cf43c73a0616dfb;hpb=c4dd16293a71e782e36f795d302bf944056ffd4c;p=rrq%2Fjonasforth.git diff --git a/Makefile b/Makefile index 786399f..1bfaabe 100644 --- 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