diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-06-07 20:49:47 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-06-07 20:49:47 +0000 |
| commit | b31f91a118162717a47ccf9a6c66cf78deca7034 (patch) | |
| tree | 5912c3a75d29d99ebe618641dc10b44a930fd3de /BuildTests/makefile | |
| parent | df425dc640408cbb03859bba20c2a1e51a83055b (diff) | |
Update SVN line endings property on newer source files to native.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2317 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'BuildTests/makefile')
| -rw-r--r-- | BuildTests/makefile | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/BuildTests/makefile b/BuildTests/makefile index 604b2e56..e64fa3dd 100644 --- a/BuildTests/makefile +++ b/BuildTests/makefile @@ -1,19 +1,19 @@ -#
-# LUFA Library
-# Copyright (C) Dean Camera, 2012.
-#
-# dean [at] fourwalledcubicle [dot] com
-# www.lufa-lib.org
-#
-
-# Makefile to build all the LUFA Build Tests. Build Tests are
-# used to verify the correctness of the LUFA library, and are
-# not intended to be modified or compiled by non-developers.
-
-all:
-%:
- $(MAKE) -C BoardDriverTest $@
- $(MAKE) -C BootloaderTest $@
- $(MAKE) -C ModuleTest $@
- $(MAKE) -C SingleUSBModeTest $@
- $(MAKE) -C StaticAnalysisTest $@
+# +# LUFA Library +# Copyright (C) Dean Camera, 2012. +# +# dean [at] fourwalledcubicle [dot] com +# www.lufa-lib.org +# + +# Makefile to build all the LUFA Build Tests. Build Tests are +# used to verify the correctness of the LUFA library, and are +# not intended to be modified or compiled by non-developers. + +all: +%: + $(MAKE) -C BoardDriverTest $@ + $(MAKE) -C BootloaderTest $@ + $(MAKE) -C ModuleTest $@ + $(MAKE) -C SingleUSBModeTest $@ + $(MAKE) -C StaticAnalysisTest $@ |
