Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erik Strand
lufa
Commits
678cb3c2
Commit
678cb3c2
authored
Jun 10, 2012
by
Dean Camera
Browse files
Minor tweak to the BuildTest master makefile for better console output.
parent
21a6acff
Changes
1
Hide whitespace changes
Inline
Side-by-side
BuildTests/makefile
View file @
678cb3c2
...
...
@@ -12,8 +12,12 @@
all
:
%
:
@
echo
Executing
\"
make
$@
\"
on all LUFA build tests.
@
echo
$(MAKE)
-C
BoardDriverTest
$@
$(MAKE)
-C
BootloaderTest
$@
$(MAKE)
-C
ModuleTest
$@
$(MAKE)
-C
SingleUSBModeTest
$@
$(MAKE)
-C
StaticAnalysisTest
$@
@
echo
@
echo
LUFA build
test
\"
make
$@
\"
operation complete.
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment