3 # Copyright (C) Dean Camera, 2018.
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 doxygen" to document everything with Doxygen (if installed). Call
13 # "make help" for additional target build information within a specific project.
18 @echo Executing \"make $@\" on all LUFA library elements.
22 $(MAKE) -C Projects $@
23 $(MAKE) -C Bootloaders $@
25 @echo LUFA \"make $@\" operation complete.