Select Git revision
-
Dean Camera authored
Add double banking property to LUFA powered projects in the Projects directory. Add guards to macro parameters to ensure that formulas passed as parameters don't mess up the internal macro structure.
Dean Camera authoredAdd double banking property to LUFA powered projects in the Projects directory. Add guards to macro parameters to ensure that formulas passed as parameters don't mess up the internal macro structure.
makefile 458 B
#
# LUFA Library
# Copyright (C) Dean Camera, 2010.
#
# dean [at] fourwalledcubicle [dot] com
# www.fourwalledcubicle.com
#
# Makefile to build all the LUFA Demos. Call with "make all" to
# rebuild all demos.
# Projects are pre-cleaned before each one is built, to ensure any
# custom LUFA library build options are reflected in the compiled
# code.
%:
$(MAKE) -C Device $@
$(MAKE) -C Host $@
$(MAKE) -C DualRole $@