makefile.vc6

来自「神经网络vc源代码神经网络的VC++代码呀」· VC6 代码 · 共 24 行

VC6
24
字号
install::
	@cd source
	$(MAKE) -f Makefile.vc6 $@
	@cd ..
	@cd examples
	$(MAKE) -f Makefile.vc6 $@
	@cd ..

clean::
	@cd source
	$(MAKE) -f Makefile.vc6 $@
	@cd ..
	@cd examples
	$(MAKE) -f Makefile.vc6 $@
	@cd ..


uninstall::
	@cd source
	$(MAKE) -f Makefile.vc6 $@
	@cd ..
	@cd examples
	$(MAKE) -f Makefile.vc6 $@
	@cd ..

⌨️ 快捷键说明

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