#\r
# LUFA Library\r
-# Copyright (C) Dean Camera, 2011.\r
+# Copyright (C) Dean Camera, 2012.\r
#\r
# dean [at] fourwalledcubicle [dot] com\r
# www.lufa-lib.org\r
# Validate the working branch - compile all documentation, demos/projects/examples and run build tests\r
validate-branch:\r
make -s -C $(LUFA_ROOT) doxygen\r
- make -s -C $(LUFA_ROOT) all \r
+ make -s -C $(LUFA_ROOT) all\r
make -s -C $(LUFA_ROOT)/BuildTests all\r
\r
# Validate the working branch for general release, check for placeholder documentation then build and test everything\r