scron

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

commit 84e854c17318ef0af147482124cb430b3f7ed6c5
parent 94225521e4e042faebef595e73a0c6cca6baaa6e
Author: sin <sin@2f30.org>
Date:   Thu, 24 Jul 2014 14:33:11 +0100

Add CC in Makefile

Diffstat:
MMakefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,3 +1,4 @@ +CC = gcc # x86_64-linux-musl-gcc CFLAGS = -Os -std=c99 -Wall -Wextra -pedantic -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE LDFLAGS = -s # -static PREFIX = /usr/local