projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Minor makefile fixes - add phony targets, remove silence switch from the root makefil...
[pub/lufa.git]
/
LUFA
/
makefile
diff --git
a/LUFA/makefile
b/LUFA/makefile
index
ebe2b19
..
21f0f57
100644
(file)
--- a/
LUFA/makefile
+++ b/
LUFA/makefile
@@
-45,3
+45,6
@@
else
include Build/lufa.sources.in
include Build/lufa.doxygen.in
endif
+
+
+.PHONY: all export_tar version clean
\ No newline at end of file