add explain getting to makefile
This commit is contained in:
parent
997ced9d2e
commit
87a8aacbc5
4
makefile
4
makefile
@ -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
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user