leahneukirchen / redo-c

An implementation of the redo build system in portable C with zero dependencies
105 stars 12 forks source link

Changing order of creating files on find_dofile in run_script() #15

Closed AndreyDobrovolskyOdessa closed 3 years ago

AndreyDobrovolskyOdessa commented 3 years ago

In case of missing .do file .lock, .depend and .target files remains in the target directory. Calling find_dofile() before creating them helps to avoid such target directory pollution.