subdir.mk

来自「实现离散数学中的各项功能」· MK 代码 · 共 28 行

MK
28
字号
################################################################################# Automatically-generated file. Do not edit!################################################################################# Add inputs and outputs from these tool invocations to the build variables CPP_SRCS += \../ji_chu/guan_xi.cpp \../ji_chu/ji_he.cpp OBJS += \./ji_chu/guan_xi.o \./ji_chu/ji_he.o CPP_DEPS += \./ji_chu/guan_xi.d \./ji_chu/ji_he.d # Each subdirectory must supply rules for building sources it contributesji_chu/%.o: ../ji_chu/%.cpp	@echo 'Building file: $<'	@echo 'Invoking: GCC C++ Compiler'	g++ -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"	@echo 'Finished building: $<'	@echo ' '

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?