diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-06-18 20:36:51 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-06-18 20:36:51 +0000 |
| commit | 55ca63d90abd9202b7713257b8b08ceae5d6c0dc (patch) | |
| tree | 1869dc2f0af251bf7bc616c4d6b9226c1de19589 /Maintenance/makefile | |
| parent | 6686851d2372bb2193febaf606de1b2976c568db (diff) | |
Minor makefile fixes - add phony targets, remove silence switch from the root makefile and add missing build modules to the ClassDriver VirtualSerial device demo.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2354 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Maintenance/makefile')
| -rw-r--r-- | Maintenance/makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Maintenance/makefile b/Maintenance/makefile index 3f542721..f1583817 100644 --- a/Maintenance/makefile +++ b/Maintenance/makefile @@ -89,3 +89,6 @@ validate-branch: # Validate the working branch for general release, check for placeholder documentation then build and test everything validate-release: check-documentation-placeholders validate-branch + + +.PHONY: all upgrade-doxygen make-as4-projects check-documentation-placeholders validate-branch
\ No newline at end of file |
