Mercurial > hg > beaglert
log Makefile @ 391:db1714fe2814 prerelease
age | author | description |
---|---|---|
Tue, 14 Jun 2016 21:13:40 +0100 | andrewm | Renamed BeagleRT to Bela in the startup script and Makefile prerelease |
Tue, 14 Jun 2016 18:11:35 +0100 | Liam Donovan | suppress unwanted output in Makefile prerelease |
Tue, 14 Jun 2016 18:09:34 +0100 | Liam Donovan | merge prerelease |
Tue, 14 Jun 2016 18:08:46 +0100 | Liam Donovan | add 'runide' target to Makefile prerelease |
Tue, 14 Jun 2016 13:53:08 +0100 | Giulio Moro | Makefile: prompt for distclean, cleanup prerelease |
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 |