projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Minor bootloader tweaks; make some functions static where possible to reduce the...
[pub/USBasp.git]
/
Projects
/
MissileLauncher
/
makefile
diff --git
a/Projects/MissileLauncher/makefile
b/Projects/MissileLauncher/makefile
index
e64de09
..
45f438a
100644
(file)
--- a/
Projects/MissileLauncher/makefile
+++ b/
Projects/MissileLauncher/makefile
@@
-692,7
+692,7
@@
clean_list :
$(REMOVEDIR) .dep
doxygen:
- @echo Generating Project Documentation...
+ @echo Generating Project Documentation
\($(TARGET)\)
...
@doxygen Doxygen.conf
@echo Documentation Generation Complete.