Logo
Explore Help
Register Sign In
zzy/scc
1
0
Fork 0
You've already forked scc
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
135e874a7621988eafd4c3a0fc36fdf26a4df2fe
scc/justfile

12 lines
156 B
Makefile
Raw Normal View History

feat(build): 引入新的 Python 构建系统并移除旧 Makefile 新增基于 Python 的构建脚本 `cbuild.py`,支持包管理、依赖解析和模块化编译。 同时添加 `.gitignore` 忽略 `build` 目录,并在 `justfile` 中更新构建命令。 移除了原有的 `lib/Makefile` 和主目录下的相关 make 规则,统一使用新构建系统。
2025-11-20 10:44:59 +08:00
list:
just --list
build-lexer:
python build.py build -p libs/lexer
build-docs:
doxygen Doxyfile
docs: build-docs
python -m http.server -d docs/html
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 21ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API