projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Documentation improvements - put driver example code into its own section, fix incorr...
[pub/USBasp.git]
/
Bootloaders
/
makefile
diff --git
a/Bootloaders/makefile
b/Bootloaders/makefile
index
638cdc1
..
b3a900a
100644
(file)
--- a/
Bootloaders/makefile
+++ b/
Bootloaders/makefile
@@
-1,9
+1,9
@@
#
# LUFA Library
# Copyright (C) Dean Camera, 2010.
#
# LUFA Library
# Copyright (C) Dean Camera, 2010.
-#
+#
# dean [at] fourwalledcubicle [dot] com
# dean [at] fourwalledcubicle [dot] com
-#
www.fourwalledcubicle.com
+#
www.lufa-lib.org
#
# Makefile to build all the LUFA USB Bootloaders. Call with "make all" to
#
# Makefile to build all the LUFA USB Bootloaders. Call with "make all" to
@@
-19,11
+19,8
@@
all:
$(MAKE) -C CDC clean
$(MAKE) -C CDC all
$(MAKE) -C CDC clean
$(MAKE) -C CDC all
-
- $(MAKE) -C TeensyHID clean
- $(MAKE) -C TeensyHID all
%:
$(MAKE) -C DFU $@
$(MAKE) -C CDC $@
%:
$(MAKE) -C DFU $@
$(MAKE) -C CDC $@
- $(MAKE) -C TeensyHID $@
+