scron

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

commit 841a5f6e1dbb41b56c25f59c6fe9dccc7ea062f5
parent 9b691a623cfdcd32b9a90b917171611133126fa0
Author: Karsten-Kai König <grayfox@outerhaven.de>
Date:   Sun, 15 Jun 2014 22:25:56 +0200

use -pedantic instead of -Wpedantic as gcc only knows the former.

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

diff --git a/Makefile b/Makefile @@ -1,4 +1,4 @@ -CFLAGS=-std=c99 -Wall -Wpedantic -Wextra +CFLAGS=-std=c99 -Wall -pedantic -Wextra all: dcron