makefile.in

来自「Wxpython Implemented on Windows CE, Sou」· IN 代码 · 共 13 行

IN
13
字号
#
# Makefile : Builds wxWindows utils for Unix.
#

OGL_SAMPLES=ogledit studio

all:
	@for d in $(OGL_SAMPLES); do (cd $$d && $(MAKE)); done

clean:
	@for d in $(OGL_SAMPLES); do (cd $$d && $(MAKE) clean); done

⌨️ 快捷键说明

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