From bb7c1d12f54c2befc5632719ec4ad17c9e4d1215 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Wed, 7 Jul 2010 16:12:19 -0400 Subject: added helper targets, more verbose, codeblocks fix --- Makefile | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 37f617a..51123ba 100644 --- a/Makefile +++ b/Makefile @@ -67,7 +67,7 @@ $(foreach m,$(LIBMAPLE_MODULES),$(eval $(call LIBMAPLE_MODULE_template,$(m)))) include support/make/build-targets.mk # Fake targets -POSSIBLE_TARGETS := install sketch clean help debug cscope tags ctags +POSSIBLE_TARGETS := install sketch clean help debug cscope tags ctags ram flash jtag .PHONY: $(POSSIBLE_TARGETS) install: sketch @@ -108,3 +108,15 @@ tags: ctags: ctags-exuberant -R . @echo "Made tags file for VIM code browsing" + +ram: + @env - MAPLE_TARGET=ram + @echo "Memory target set to RAM for this session" + +flash: + @env - MAPLE_TARGET=flash + @echo "Memory target set to FLASH for this session" + +jtag: + @env - MAPLE_TARGET=jtag + @echo "Memory target set to JTAG for this session" -- cgit v1.2.3