add explain getting to makefile

This commit is contained in:
dzaima 2022-06-26 21:59:20 +03:00
parent 997ced9d2e
commit 87a8aacbc5

View File

@ -199,8 +199,8 @@ ${bd}/%.o: src/builtins/%.c
src/gen/customRuntime:
@echo "Copying precompiled bytecode from the bytecode branch"
git checkout remotes/origin/bytecode src/gen/{compiles,formatter,runtime0,runtime1,src}
git reset src/gen/{compiles,formatter,runtime0,runtime1,src}
git checkout remotes/origin/bytecode src/gen/{compiles,formatter,runtime0,runtime1,src,explain}
git reset src/gen/{compiles,formatter,runtime0,runtime1,src,explain}
${bd}/load.o: src/gen/customRuntime