WebTools
所有工具
🇺🇸
EN
🇯🇵
JA
🇨🇳
ZH
🇰🇷
KO
首页
/
工具列表
/
Makefile 生成器
Makefile 生成器
为常见项目类型生成Makefile模板。
Project type
Node.js
Go
Python
Docker
Project name
Makefile
.PHONY: install dev build test lint clean install: npm install dev: npm run dev build: npm run build test: npm test lint: npm run lint clean: rm -rf node_modules dist .next
Copy Makefile
相关工具
UUID 生成器
Lorem Ipsum 生成器
密码生成器
二维码生成器
关于此工具
为常见项目类型生成Makefile模板。