mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
examples/embedding: Example for embedding MicroPython in an app.
This commit is contained in:
8
examples/embedding/Makefile
Normal file
8
examples/embedding/Makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
MPTOP = ../..
|
||||
CFLAGS = -std=c99 -I. -I$(MPTOP) -DNO_QSTR
|
||||
LDFLAGS = -L.
|
||||
|
||||
hello-embed: hello-embed.o -lmicropython
|
||||
|
||||
-lmicropython:
|
||||
$(MAKE) -f $(MPTOP)/examples/embedding/Makefile.upylib MPTOP=$(MPTOP)
|
||||
Reference in New Issue
Block a user