Keep track of autos to be solved, shaves about 12% off of Elab.newt processing time
This commit is contained in:
2
Makefile
2
Makefile
@@ -16,7 +16,6 @@ build/exec/newt: ${OSRCS}
|
||||
idris2 --build newt.ipkg
|
||||
|
||||
build/exec/newt.js: ${OSRCS}
|
||||
-rm build/*
|
||||
idris2 --cg node -o newt.js -p contrib -c orig/Main.idr
|
||||
|
||||
build/exec/newt.min.js: ${OSRCS}
|
||||
@@ -31,6 +30,7 @@ orig_test: build/exec/newt
|
||||
# New version
|
||||
|
||||
newt.js: ${SRCS}
|
||||
-rm build/*
|
||||
$(RUNJS) bootstrap/newt.js src/Main.newt -o newt.js
|
||||
|
||||
newt2.js: newt.js
|
||||
|
||||
Reference in New Issue
Block a user