fabriquer / fabrique

A build description language
Other
3 stars 1 forks source link

Make subdir a file, not a string #23

Closed trombonehero closed 9 years ago

trombonehero commented 9 years ago

If subdir were a file, we could follow chains of directories:

some_other_dir = subdir.subdir.subdir.contrib.something;

This is like ../../ but it would be cross-platform!

trombonehero commented 9 years ago

Resolved by 217fece3.