projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Use puts_P() and printf_P() instead of the normal variants where possible in the...
[pub/USBasp.git]
/
Demos
/
Device
/
makefile
diff --git
a/Demos/Device/makefile
b/Demos/Device/makefile
index
6a0c0ef
..
7d2b91d
100644
(file)
--- a/
Demos/Device/makefile
+++ b/
Demos/Device/makefile
@@
-14,5
+14,5
@@
# code.
%:
- make -C ClassDriver
/
$@
- make -C LowLevel
/
$@
+ make -C ClassDriver $@
+ make -C LowLevel $@