3 # Copyright (C) Dean Camera, 2015.
5 # dean [at] fourwalledcubicle [dot] com
9 # Makefile to build the LUFA library, projects and demos.
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.
19 @echo Executing \"make $@\" on all LUFA library elements.
23 $(MAKE) -C Projects $@
24 $(MAKE) -C Bootloaders $@
26 @echo LUFA \"make $@\" operation complete.