projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add missing doxygen group terminator to the new CompilerSpecific.h header file.
[pub/USBasp.git]
/
Demos
/
DualRole
/
ClassDriver
/
makefile
diff --git
a/Demos/DualRole/ClassDriver/makefile
b/Demos/DualRole/ClassDriver/makefile
index
7417a78
..
829b86d
100644
(file)
--- a/
Demos/DualRole/ClassDriver/makefile
+++ b/
Demos/DualRole/ClassDriver/makefile
@@
-1,9
+1,9
@@
#
# LUFA Library
#
# LUFA Library
-# Copyright (C) Dean Camera, 20
09
.
-#
+# Copyright (C) Dean Camera, 20
11
.
+#
# dean [at] fourwalledcubicle [dot] com
# dean [at] fourwalledcubicle [dot] com
-#
www.fourwalledcubicle.com
+#
www.lufa-lib.org
#
# Makefile to build all the LUFA Dual Role Demos. Call with "make all" to
#
# Makefile to build all the LUFA Dual Role Demos. Call with "make all" to
@@
-14,8
+14,9
@@
# code.
all:
# code.
all:
-
make
-C MouseHostDevice clean
-
make
-C MouseHostDevice all
+
$(MAKE)
-C MouseHostDevice clean
+
$(MAKE)
-C MouseHostDevice all
%:
%:
- make -C MouseHostDevice $@
+ $(MAKE) -C MouseHostDevice $@
+