From 6dd90df0f2986fc154e059e9787b4a00ade4c8df Mon Sep 17 00:00:00 2001 From: Nick <53413353+nickpalladino@users.noreply.github.com> Date: Thu, 26 Sep 2024 20:48:37 -0400 Subject: [PATCH] Update Makefile for patch usage --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4cca2b4..45402b2 100644 --- a/Makefile +++ b/Makefile @@ -21,12 +21,13 @@ CFLAGS = -mmcu=rf430frl152h -Wall \ -Wno-unused-but-set-variable \ -I. -I/home/runner/msp430-gcc/include \ -Os + --no-gc-sections -nostartfiles # Linker Flags LDFLAGS = -Wl,--no-gc-sections -T rf430frl152h.ld # Application files -APPS = main.txt tcg_counter.txt +APPS = tcg_counter.txt # Default target all: $(APPS)