Fix up non-relative header file include paths (thanks to Kim Blomqvist).
[pub/lufa.git] / Maintenance / makefile
index 3f54272..e72ae60 100644 (file)
@@ -10,7 +10,7 @@
 
 
 # Path to the root of the LUFA tree
-LUFA_ROOT = ../
+LUFA_ROOT := ../
 
 all:
 
@@ -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