makefile
来自「Omap5910 上实现双核通信 DSP GateWay」· 代码 · 共 30 行
TXT
30 行
CC = /usr/local/arm/bin/arm-linux-gccCFLAGS = -I/usr/src/linux-2.6.12-omap1-dspgw3.3/include -WallDSP_BIN = \ hellotimer \ test2 \ test3 \ test4 \ test5 \ test6 \ test7 \ test8 \ endiantest \all: $(DSP_BIN)clean: -rm $(DSP_BIN)hellotimer: hellotimer.ctest2: test2.ctest3: test3.ctest4: test4.ctest5: test5.ctest6: test6.ctest7: test7.ctest8: test8.cendiantest: endiantest.c
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?