mirror of
https://github.com/Rayerd/dfl.git
synced 2025-04-25 12:39:55 +03:00
Add dubclean.ps1 for remove intermediate files.
This commit is contained in:
parent
3b15a8949f
commit
a08f729748
1 changed files with 2 additions and 0 deletions
2
dubclean.ps1
Normal file
2
dubclean.ps1
Normal file
|
@ -0,0 +1,2 @@
|
|||
dub clean
|
||||
dir examples | % { cd $_ && del ./bin/* && dub clean }
|
Loading…
Add table
Add a link
Reference in a new issue