Add tag for the 120219 release.
[pub/USBasp.git] / BuildTests / makefile
1 #
2 # LUFA Library
3 # Copyright (C) Dean Camera, 2011.
4 #
5 # dean [at] fourwalledcubicle [dot] com
6 # www.lufa-lib.org
7 #
8
9 # Makefile to build all the LUFA Build Tests. Build Tests are
10 # used to verify the correctness of the LUFA library, and are
11 # not intended to be modified or compiled by non-developers.
12
13 all:
14 $(MAKE) -C ModuleTest all
15 $(MAKE) -C SingleUSBModeTest all
16
17 %:
18 $(MAKE) -C ModuleTest $@
19 $(MAKE) -C SingleUSBModeTest $@
20