Mercurial > hg > beaglert
log Makefile @ 385:fb5547fe6d99 prerelease
age | author | description |
---|---|---|
Tue, 14 Jun 2016 11:30:31 +0100 | Giulio Moro | Updated Makefile docs and defaulting to clang if available prerelease |
Mon, 13 Jun 2016 00:44:47 +0100 | Giulio Moro | Fixed when rebuilding non-main() project after main() project: the 'nasty kludge' was looking in ALL the .o files in projectFolder/build/ instead of only those that have a corresponding .cpp/.c/.S file. An even better fix is make sure that object files associated with source files deleted by rsync are removed as well prerelease |
Sun, 12 Jun 2016 23:03:57 +0100 | andrewm | Fixed missing ) in Makefile, and removed unnecessary Utilities.h includes prerelease |