diff options
| author | Damien George | 2015-01-13 12:23:13 +0000 |
|---|---|---|
| committer | Damien George | 2015-01-13 12:23:13 +0000 |
| commit | a45b042e59839cdc4bafd0414d267e1600829997 (patch) | |
| tree | e1a6820a2a66ab7949294534449e5560c7713cc7 /minimal/Makefile | |
| parent | f41df1e611aed26d8a3127cdf4e1a40649d0361a (diff) | |
minimal/Makefile: Remove unnecessary -I of py/ dir.
Diffstat (limited to 'minimal/Makefile')
| -rw-r--r-- | minimal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/minimal/Makefile b/minimal/Makefile index 4719ebaec..022b9e0c4 100644 --- a/minimal/Makefile +++ b/minimal/Makefile @@ -15,7 +15,7 @@ endif INC = -I. INC += -I.. INC += -I../lib/mp-readline -INC += -I$(PY_SRC) -I../stmhal +INC += -I../stmhal INC += -I$(BUILD) ifeq ($(CROSS), 1) |
