From 73d9fafc0fe42741ad8f609dd4762e2bc14cbd01 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Mon, 13 Jul 2009 12:38:30 +0000 Subject: Added new EEPROM and FLASH buffer versions of the Endpoint and Pipe stream functions. Changed Endpoint.c and Pipe.c to use a templated system to build the seperate functions, rather than duplicating each function's code many times. --- makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'makefile') diff --git a/makefile b/makefile index 5446c939d..1887e5afc 100644 --- a/makefile +++ b/makefile @@ -17,6 +17,8 @@ # to remove all the commands from the output. This gives a much easier to read # report of the entire build process. +all: + %: @echo Executing \"make $@\" on all LUFA library elements. @echo -- cgit v1.2.3