From c1d63e31415c5a1c95f9f371e0f709d7e1666043 Mon Sep 17 00:00:00 2001 From: Richard Meadows Date: Thu, 21 Apr 2016 12:30:53 +0100 Subject: [PATCH] [make emacs] add gdbscript-custom to this --- firmware/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/Makefile b/firmware/Makefile index a1c4e05..9e3b49f 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -241,7 +241,7 @@ etags: $(TAGFILES) # .PHONY: emacs emacs: - @emacs $(TAGFILES) Makefile config.mk README.md + @emacs $(TAGFILES) Makefile config.mk README.md gdbscript-custom # Test #