scron

simple cron daemon
git clone git://git.2f30.org/scron
Log | Files | Refs | README | LICENSE

commit e7ebb3c018cbc7b60bf0ee5665772db614e009aa
parent 577a96d793cc02f39c7d06b93d9885af9d73dba7
Author: sin <sin@2f30.org>
Date:   Wed,  2 Jul 2014 14:41:28 +0100

Use rm -f in clean target

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -15,4 +15,4 @@ uninstall: rm ${DESTDIR}/etc/crontab clean: - rm crond + rm -f crond