dylan-lang / deft

Dylan development tool
https://opendylan.org/package/deft
MIT License
2 stars 2 forks source link

dylan build --clean interacts badly with --all #11

Open cgay opened 1 year ago

cgay commented 1 year ago

dylan build --clean --all invokes dylan-compiler multiple times, each time with the -clean option. Should only pass -clean on the first invocation.