diff options
Diffstat (limited to 'BuildTests/makefile')
-rw-r--r-- | BuildTests/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BuildTests/makefile b/BuildTests/makefile index 420de8521..1f09b3fec 100644 --- a/BuildTests/makefile +++ b/BuildTests/makefile @@ -1,6 +1,6 @@ # # LUFA Library -# Copyright (C) Dean Camera, 2013. +# Copyright (C) Dean Camera, 2014. # # dean [at] fourwalledcubicle [dot] com # www.lufa-lib.org @@ -21,4 +21,4 @@ all: $(MAKE) -C SingleUSBModeTest $@ $(MAKE) -C StaticAnalysisTest $@ @echo - @echo LUFA build test \"make $@\" operation complete.
\ No newline at end of file + @echo LUFA build test \"make $@\" operation complete. |