risacher / sunwait

Sunwait calculates sunrise or sunset times with civil, nautical, astronomical and custom twilights, for use with Windows Task Scheduler or 'cron' on Linux.
GNU General Public License v3.0
193 stars 45 forks source link

Fix for make clean error, if the folder was already deleted or not yet created #11

Closed ahorn42 closed 3 years ago

ahorn42 commented 4 years ago

I ran into that problem while using ansible to build sunwait. To be sure that everything is clean, I called make clean even before the first install (because I use the same script for install as for updates). Which ran into an error due to the non-existance of the sunwait folder. Adding -f ignores, if a folder was already removed.