]> git.gir.st - tmk_keyboard.git/blob - protocol/lufa/LUFA-git/makefile
Squashed 'tmk_core/' changes from caca2c0..dc0e46e
[tmk_keyboard.git] / protocol / lufa / LUFA-git / makefile
1 #
2 # LUFA Library
3 # Copyright (C) Dean Camera, 2014.
4 #
5 # dean [at] fourwalledcubicle [dot] com
6 # www.lufa-lib.org
7 #
8
9 # Makefile to build the LUFA library, projects and demos.
10
11 # Call with "make all" to rebuild everything, "make clean" to clean everything,
12 # "make mostlyclean" to remove all intermediary files but preserve any binaries,
13 # "make doxygen" to document everything with Doxygen (if installed). Call
14 # "make help" for additional target build information within a specific project.
15
16 all:
17
18 %:
19 @echo Executing \"make $@\" on all LUFA library elements.
20 @echo
21 $(MAKE) -C LUFA $@
22 $(MAKE) -C Demos $@
23 $(MAKE) -C Projects $@
24 $(MAKE) -C Bootloaders $@
25 @echo
26 @echo LUFA \"make $@\" operation complete.
Imprint / Impressum