X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/6e29655b5473c6f8235b72654f9aae9cfeb9b078..3bf7ce15d5b897724feb7f84f27fca2f8f5c4efe:/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