From 88425d7dabd07a712b32995a635a7f883ff5f726 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sun, 3 Jun 2012 12:17:37 +0000 Subject: 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. --- LUFA/Build/lufa.core.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'LUFA/Build/lufa.core.in') 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 -- cgit v1.2.3