前端前端
fabric
算法
jsBlock
styleBlock
svgBlock
工具其他
Vue、React相关
webgl
GitHub
fabric
算法
jsBlock
styleBlock
svgBlock
工具其他
Vue、React相关
webgl
GitHub
  • eslint
  • git
  • github访问
  • jenkins
  • linux
  • make
  • Markdown基本写法
  • mysql安装
  • nginx
  • node安装
  • php安装
  • rabbitMQ
  • typescript
  • vuepress搭建

make

错误:*** missing separator. Stop.

方法一 用tab键

result.txt: source.txt
	cp source.txt result.txt  # 这里前面用tab键

source.txt:
	echo "this is the source" > source.txt   # 这里前面用tab键

方法二 tab键改成>(.RECIPEPREFIX要在>3.82版本的make上才支持,本机3.81,暂未试)

.RECIPEPREFIX = >
all:
> @echo Hello, world
Edit this page
最近更新:: 2021/5/26 17:52
Contributors: wuhui
Prev
linux
Next
Markdown基本写法