diff --git a/emul/Makefile b/emul/Makefile index 47b6c8d..c196626 100644 --- a/emul/Makefile +++ b/emul/Makefile @@ -31,7 +31,8 @@ emul.o: emul.c .PHONY: updatebootstrap updatebootstrap: stage xcomp.fs pack - ./stage < xcomp.fs | tee forth.bin > /dev/null + ./stage < xcomp.fs > new.bin + mv new.bin forth.bin .PHONY: pack pack: