From dd2cc7eda7a74c753f132ca794666cde3f163f80 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Fri, 5 Jun 2009 07:30:23 +0000 Subject: Remove outdated AVRStudio project files from demos, projects, bootloaders. Fix makefiles of ClassDriver device demos. --- Demos/Device/makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Demos/Device/makefile (limited to 'Demos/Device/makefile') diff --git a/Demos/Device/makefile b/Demos/Device/makefile new file mode 100644 index 000000000..937c8fac8 --- /dev/null +++ b/Demos/Device/makefile @@ -0,0 +1,18 @@ +# +# LUFA Library +# Copyright (C) Dean Camera, 2009. +# +# dean [at] fourwalledcubicle [dot] com +# www.fourwalledcubicle.com +# + +# Makefile to build all the LUFA Class Driver and Low Level Demos. Call with +# "make all" to rebuild all demos of both types. + +# 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 ClassDriver/ $@ + make -C LowLevel/ $@ -- cgit v1.2.3