evilbinary / ymake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ymake

ymake is a make dsl build tools

安装

pip install yymake

使用

新建ya.py

project("yiyiya",
    version='12.0',
    desc='yiyiya is an os',
)

target('hello')
add_kind("binary")
add_files("./main.c")

编译运行

ya

About

License:MIT License


Languages

Language:Python 98.5%Language:C 0.8%Language:Makefile 0.7%