X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/6e29655b5473c6f8235b72654f9aae9cfeb9b078..5d9403fde4e0d89313121fcd5fa4cfc6c4ddfc4e:/Maintenance/makefile diff --git a/Maintenance/makefile b/Maintenance/makefile index 3f542721a..e72ae604a 100644 --- a/Maintenance/makefile +++ b/Maintenance/makefile @@ -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