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
/
makefile
diff --git
a/Demos/makefile
b/Demos/makefile
index
38c9775
..
af8932b
100644
(file)
--- a/
Demos/makefile
+++ b/
Demos/makefile
@@
-14,6
+14,6
@@
# code.
%:
- make -C Device
/
$@
- make -C Host
/
$@
- make -C DualRole
/
$@
+ make -C Device $@
+ make -C Host $@
+ make -C DualRole $@