Makefile 200 B

12345678
  1. MPTOP = ../..
  2. CFLAGS = -std=c99 -I. -I$(MPTOP) -DNO_QSTR
  3. LDFLAGS = -L.
  4. hello-embed: hello-embed.o -lmicropython
  5. -lmicropython:
  6. $(MAKE) -f $(MPTOP)/examples/embedding/Makefile.upylib MPTOP=$(MPTOP)