We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bfa6ce commit e88efc0Copy full SHA for e88efc0
1 file changed
Makefile
@@ -1,5 +1,5 @@
1
ifndef MIX_APP_PATH
2
- MIX_APP_PATH=_build/default/lib/tflite_beam
+ MIX_APP_PATH=$(shell pwd)
3
PRIV_DIR=$(shell pwd)/priv
4
else
5
PRIV_DIR = $(MIX_APP_PATH)/priv
0 commit comments