scron

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

commit ab8ce0419d2c21c0fd649874fc41e20297331483
parent c9249e91923f4ac37b634bcba32659b64a218401
Author: sin <sin@2f30.org>
Date:   Fri,  4 Jul 2014 12:00:22 +0100

Do not use +=

Diffstat:
MMakefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

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