openshake
openshake copied to clipboard
An open source reimplementation of Neil Mitchell's Shake build system
Results
2
openshake issues
Sort by
recently updated
recently updated
newest added
Hello, I'm trying to use the haskell example: cd tests/simple-hs ghc Shakefile.hs ./Shakefile touch Utility.hs ./Shakefile error is: Shakefile: Error in rule definition: A rule promised to yield the files...
If you use `ls` in a rule, it won't pick up paths outside of the current directory (unless you use ".."). This seems to be a bug from the `Glob`...