fabriquer / fabrique

A build description language
Other
3 stars 1 forks source link

Warn about target and file name collisions #17

Closed trombonehero closed 9 years ago

trombonehero commented 9 years ago

Currently, we give no warning about:

fab = cxx.link_executable(objects, executable = file('fab'));

The actual build might produce a warning, but we should warn early and often.