X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/082537f5bd6b0620ff9b712b9370e5d0c01a61e3..6e29655b5473c6f8235b72654f9aae9cfeb9b078:/BuildTests/makefile diff --git a/BuildTests/makefile b/BuildTests/makefile index 604b2e56f..e64fa3dd1 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 $@