ejholmes / walk

A fast, general purpose, graph based build and task execution utility.
http://ejholmes.github.io/walk/
MIT License
137 stars 1 forks source link

Bug: Depending on absolute path doesn't work #22

Closed ejholmes closed 6 years ago

ejholmes commented 6 years ago

If you're dependency includes an absolute path, like /src/foo.c, walk(1) will expand this to a relative path.

Anything that is already an absolute path should be used as is.