diff options
Diffstat (limited to 'Projects/Webserver/makefile')
-rw-r--r-- | Projects/Webserver/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/Webserver/makefile b/Projects/Webserver/makefile index d3b3667c7..27a7850aa 100644 --- a/Projects/Webserver/makefile +++ b/Projects/Webserver/makefile @@ -112,7 +112,7 @@ OBJDIR = . # Path to the LUFA library
-LUFA_PATH = ../../../
+LUFA_PATH = ../../
# LUFA library compile-time options
|