diff --git a/Makefile b/Makefile index 107ae69..32861a1 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ 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