juxt / mach

A remake of make (in ClojureScript)
246 stars 21 forks source link

Duplicate running for dependencies #24

Closed SevereOverfl0w closed 7 years ago

SevereOverfl0w commented 7 years ago

plan depends on main.

$ mach main plan                                                                                                                   
Writing foo
Writing foo

Causes main to be run twice.