From 311b0f910d04b95db1038b1e16fee34a39ac656e Mon Sep 17 00:00:00 2001 From: AlbertoGV Date: Tue, 2 Aug 2022 16:55:12 +0000 Subject: [PATCH] Correcciones --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 7786813..32861a1 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ -OBJECTS=main.o +OBJECTS=Ejemplo.o -GCC_DIR = /home/griscampos/msp430-gcc/bin -SUPPORT_FILE_DIRECTORY = /home/griscampos/msp430-gcc/include +GCC_DIR = /home/user/msp430-gcc/bin +SUPPORT_FILE_DIRECTORY = /home/user/msp430-gcc/include DEVICE = msp430fr6989 CC = $(GCC_DIR)/msp430-elf-gcc