Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 0d246ace2fc848e7fb7089d0f230323d674bb7ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
################################################################################
# Automatically-generated file. Do not edit!
################################################################################

# Add inputs and outputs from these tool invocations to the build variables 
C_SRCS += \
../rcbsBasicTest.c 

OBJS += \
./rcbsBasicTest.o 


# Each subdirectory must supply rules for building sources it contributes
rcbsBasicTest.o: ../rcbsBasicTest.c subdir.mk
	@echo 'Building file: $<'
	@echo 'Now executing custom build step for rcbsBasicTest debug config'
	gcc -g -c ../rcbsBasicTest.c -o ./rcbsBasicTest.o
	@echo 'Finished building: $<'
	@echo ' '


Back to the top