30 lines
567 B
Makefile
30 lines
567 B
Makefile
################################################################################
|
|
# Automatically-generated file. Do not edit!
|
|
################################################################################
|
|
|
|
SHELL = cmd.exe
|
|
|
|
# Add inputs and outputs from these tool invocations to the build variables
|
|
CMD_SRCS += \
|
|
../lnk_msp430fg4618.cmd
|
|
|
|
C_SRCS += \
|
|
../Lab7_Part1.c
|
|
|
|
C_DEPS += \
|
|
./Lab7_Part1.d
|
|
|
|
OBJS += \
|
|
./Lab7_Part1.obj
|
|
|
|
OBJS__QUOTED += \
|
|
"Lab7_Part1.obj"
|
|
|
|
C_DEPS__QUOTED += \
|
|
"Lab7_Part1.d"
|
|
|
|
C_SRCS__QUOTED += \
|
|
"../Lab7_Part1.c"
|
|
|
|
|