summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/embedding/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/embedding/Makefile b/examples/embedding/Makefile
index 99f239a7c..7de1219b2 100644
--- a/examples/embedding/Makefile
+++ b/examples/embedding/Makefile
@@ -1,6 +1,6 @@
MPTOP = ../..
CFLAGS = -std=c99 -I. -I$(MPTOP) -DNO_QSTR
-LDFLAGS = -L.
+LDFLAGS = -L./build
hello-embed: hello-embed.o -lmicropython