implicits working, but _slow_
This commit is contained in:
5
Makefile
5
Makefile
@@ -1,9 +1,12 @@
|
||||
SRCS=$(shell find src -name "*.idr")
|
||||
|
||||
all: build/exec/newt
|
||||
all: build/exec/newt build/exec/newt.js
|
||||
|
||||
build/exec/newt: ${SRCS}
|
||||
idris2 --build newt.ipkg
|
||||
|
||||
build/exec/newt.js: ${SRCS}
|
||||
idris2 --cg node -o newt.js -p contrib -c src/Main.idr
|
||||
|
||||
test: build/exec/newt
|
||||
build/exec/newt newt/*.newt
|
||||
|
||||
Reference in New Issue
Block a user