aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Build/lufa.core.in
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-06-03 12:17:37 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-06-03 12:17:37 +0000
commit88425d7dabd07a712b32995a635a7f883ff5f726 (patch)
tree76158882e5d6446f9ebb2e4983ce5c1d0d004590 /LUFA/Build/lufa.core.in
parent9f7f595382aa482990487f431b4889430747f617 (diff)
downloadlufa-88425d7dabd07a712b32995a635a7f883ff5f726.tar.gz
lufa-88425d7dabd07a712b32995a635a7f883ff5f726.tar.bz2
lufa-88425d7dabd07a712b32995a635a7f883ff5f726.zip
Add .PHONY targets in all build system modules. Alter BUILD module so that the existence of source files are checked before the build is started.
Diffstat (limited to 'LUFA/Build/lufa.core.in')
-rw-r--r--LUFA/Build/lufa.core.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/LUFA/Build/lufa.core.in b/LUFA/Build/lufa.core.in
index 4ce92219c..d111aad71 100644
--- a/LUFA/Build/lufa.core.in
+++ b/LUFA/Build/lufa.core.in
@@ -100,3 +100,6 @@ list_mandatory:
list_optional:
@echo Optional Variables for Included Modules: $(SORTED_LUFA_OPTIONAL_VARS)
+
+# Phony build targets for this module
+.PHONY: help list_modules list_targets list_mandatory list_optional \ No newline at end of file