evmar / n2

n2 ("into"), a ninja compatible build system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Difference in behavior with ninja when not specifying a target

GrigorenkoPV opened this issue · comments

rule touch
    command = touch ${out}

build a: touch
build b: touch
$ ninja -v
[1/2] touch a
[2/2] touch b
$ n2
n2: error: no path specified and no default
$ readlink /usr/lib/n2/bin/ninja 
/usr/bin/n2
$ /usr/lib/n2/bin/ninja 
n2: error: no path specified and no default