Browse Source

minimal/Makefile: Remove unnecessary -I of py/ dir.

pull/1066/head
Damien George 10 years ago
parent
commit
a45b042e59
  1. 2
      minimal/Makefile

2
minimal/Makefile

@ -15,7 +15,7 @@ endif
INC = -I. INC = -I.
INC += -I.. INC += -I..
INC += -I../lib/mp-readline INC += -I../lib/mp-readline
INC += -I$(PY_SRC) -I../stmhal INC += -I../stmhal
INC += -I$(BUILD) INC += -I$(BUILD)
ifeq ($(CROSS), 1) ifeq ($(CROSS), 1)

Loading…
Cancel
Save