scron

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

commit 8417994789a1aaa04205cdaa1fdc280a8501309e
parent 4086be60a281898e161c6dd832d916aba4976d87
Author: sin <sin@2f30.org>
Date:   Sat,  5 Jul 2014 16:39:27 +0100

Don't use -static by default

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

diff --git a/Makefile b/Makefile @@ -1,5 +1,5 @@ CFLAGS = -Os -std=c99 -Wall -Wextra -pedantic -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -LDFLAGS = -s -static +LDFLAGS = -s # -static all: crond