yaqwsx / PcbDraw

Convert your KiCAD board into a nicely looking 2D drawing suitable for pinout diagrams
MIT License
1.16k stars 91 forks source link

Makefile fails when dist directory missing or empty #60

Closed xtompok closed 3 years ago

xtompok commented 3 years ago

When building package make tries to delete all files in dist/ directory. If the directory is not present (which is default after cloning) or it is empty then rm dist/* fails and so the make. Fix is remove the rm dist/* line or use -f.

yaqwsx commented 3 years ago

Thanks for noting. Fixed in 4e8f08b.