From 193687bc43b245ef8b09fb3abacd29ca0c540432 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Thu, 7 Jun 2012 04:15:06 -0400 Subject: Makefile: help target pointers for multiple source files. Signed-off-by: Marti Bolivar --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 97d65bb..d958a53 100644 --- a/Makefile +++ b/Makefile @@ -133,6 +133,9 @@ help: @echo " $$ make BOARD=your_board" @echo " $$ make BOARD=your_board install" @echo "" + @echo "(Multiple source files? Link with libmaple.a (\`$$ make library')" + @echo "or hack build-targets.mk appropriately.)" + @echo "" @echo "Important targets:" @echo " sketch: Compile for BOARD to MEMORY_TARGET (default)." @echo " install: Compile and upload over USB using Maple bootloader" -- cgit v1.2.3