diff options
| author | anthony cantor <ar.cantor@gmail.com> | 2013-11-21 18:53:36 -0700 |
|---|---|---|
| committer | Sudar <sudar@sudarmuthu.com> | 2013-12-05 12:25:53 +0530 |
| commit | 24128a1819e679c65c832452b53d6a075d74ce7d (patch) | |
| tree | b55f2751b054993c3be4342d1b6db847a616d9df /HISTORY.md | |
| parent | e04bb4d7d4d8df83aae7e856160b82480fe3f263 (diff) | |
Use MAKEFILE_LIST to get the name of the make file
This way we don't assume the make file is 'Makefile' and it will
work even if it is named as 'makefile' or 'makefile-uno'
Fix #130
Diffstat (limited to 'HISTORY.md')
| -rw-r--r-- | HISTORY.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it - Change echo for printf. Fix #129 (https://github.com/thomassigurdsen) - Add support for ChipKiT 2013. Fix #136 (https://github.com/peplin) - Auto detect and include libraries specified in `USER_LIB_PATH`. Fix #135 (https://github.com/tinyladi) +- Use `MAKEFILE_LIST` to get the name of the make file. Fix #130 (https://github.com/cantora) ### 1.0.1 (2013-09-25) - Unconditionally add -D in avrdude options. See #114 |
