aboutsummaryrefslogtreecommitdiffstats
path: root/Maintenance
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-06-18 20:36:51 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-06-18 20:36:51 +0000
commit6fa8da4e561ee920f66ece42ce7e937a5399626d (patch)
tree1869dc2f0af251bf7bc616c4d6b9226c1de19589 /Maintenance
parentd8621ee8f4e214403efd391587eec1503697c25e (diff)
downloadlufa-6fa8da4e561ee920f66ece42ce7e937a5399626d.tar.gz
lufa-6fa8da4e561ee920f66ece42ce7e937a5399626d.tar.bz2
lufa-6fa8da4e561ee920f66ece42ce7e937a5399626d.zip
Minor makefile fixes - add phony targets, remove silence switch from the root makefile and add missing build modules to the ClassDriver VirtualSerial device demo.
Diffstat (limited to 'Maintenance')
-rw-r--r--Maintenance/makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Maintenance/makefile b/Maintenance/makefile
index 3f542721a..f15838178 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