projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Clean up BUILD build system module, expose "check-source" target for use in user...
[pub/lufa.git]
/
makefile
diff --git
a/makefile
b/makefile
index
149bcc4
..
898353c
100644
(file)
--- a/
makefile
+++ b/
makefile
@@
-1,9
+1,9
@@
#
# LUFA Library
#
# LUFA Library
-# Copyright (C) Dean Camera, 201
0
.
+# Copyright (C) Dean Camera, 201
2
.
#
# dean [at] fourwalledcubicle [dot] com
#
# dean [at] fourwalledcubicle [dot] com
-#
www.fourwalledcubicle.com
+#
www.lufa-lib.org
#
# Makefile to build the LUFA library, projects and demos.
#
# Makefile to build the LUFA library, projects and demos.
@@
-14,14
+14,12
@@
# "make clean_doxygen" to remove generated Doxygen documentation from everything.
all:
# "make clean_doxygen" to remove generated Doxygen documentation from everything.
all:
-
%:
@echo Executing \"make $@\" on all LUFA library elements.
@echo
%:
@echo Executing \"make $@\" on all LUFA library elements.
@echo
- $(MAKE) -C LUFA $@
-s
- $(MAKE) -C Demos $@
-s
- $(MAKE) -C Projects $@
-s
- $(MAKE) -C Bootloaders $@
-s
+ $(MAKE) -C LUFA $@
+ $(MAKE) -C Demos $@
+ $(MAKE) -C Projects $@
+ $(MAKE) -C Bootloaders $@
@echo
@echo LUFA \"make $@\" operation complete.
@echo
@echo LUFA \"make $@\" operation complete.
-