aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2012-06-07 04:15:06 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2012-06-07 04:15:44 -0400
commit193687bc43b245ef8b09fb3abacd29ca0c540432 (patch)
treec5f58a2ecb51ad37bdd2c7530fb59f231a023c05 /Makefile
parent9231544e6a2796df2552873755b1a2fc205a941e (diff)
downloadlibrambutan-193687bc43b245ef8b09fb3abacd29ca0c540432.tar.gz
librambutan-193687bc43b245ef8b09fb3abacd29ca0c540432.zip
Makefile: help target pointers for multiple source files.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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"