makefile
来自「flash swf file player」· 代码 · 共 15 行
TXT
15 行
include ../config.makeINCLUDES += -I..all: testtest: $(CC) $(CFLAGS) $(LDFLAGS) test.cpp ../libming.a -o test $(LIBS)clean: rm -f test.o test## Needs to be at the end so variable expand correctlyinclude ../Rules.make
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?