📄 makefile
字号:
###############################################################################
#
# Name: Makefile
#
# Description: Makefile to build ucos linux port sample code.
#
# Author: Philip Mitchell
#
###############################################################################
#objects := $(patsubst %.c,%.o,$(wildcard *.c))
#CFLAGS += -I./ -I/usr/include
#sample:$(objects)
# cc -o sample $(objects)DEBUGGING = -gCFLAGS += -I./ -I/usr/include $(DEBUGGING)objects := os_cpu_c.o ucos_ii.o sample.osample:$(objects)
cc -o sample $(objects) -lpthread
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -