From: Dean Camera Date: Sat, 18 Aug 2012 10:45:29 +0000 (+0000) Subject: Document build system targets. Add a rule to the BUILD module that is run if a source... X-Git-Tag: LUFA-130303~77 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/7375c789e1b85ef5eb280339559c0cc9ae8f3b87?hp=7375c789e1b85ef5eb280339559c0cc9ae8f3b87 Document build system targets. Add a rule to the BUILD module that is run if a source file does not exist to show an error to the user, rather than running the check-source rule before each build (slightly faster/more portable and the generated error is then a true make error). ---