blob: 99f239a7c5af8ad83e32b8dafacc5b5fad3bfc01 (
plain)
1
2
3
4
5
6
7
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)
|