From ed348c6fd23d68b3c8a849d5c428e56e73b47905 Mon Sep 17 00:00:00 2001 From: Paul Meyer <49727155+katexochen@users.noreply.github.com> Date: Wed, 31 Jan 2024 22:10:38 +0100 Subject: [PATCH] remove -lrt Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com> --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 58c0bef..eeedb8f 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,6 @@ runlock: runlock.c subprocess.c tempdir.c runstat: runstat.c subprocess.c tempdir.c CFLAGS+=-Wall -Werror -Wextra -D_XOPEN_SOURCE=500 -g -ansi -pedantic-errors -Wwrite-strings -Wcast-align -Wcast-qual -Winit-self -Wformat=2 -Wuninitialized -Wmissing-declarations -Wpointer-arith -Wstrict-aliasing -fstrict-aliasing -LDLIBS+=-lrt SOURCES = runalarm.c runlock.c runstat.c subprocess.c subprocess.h tempdir.c tempdir.h Makefile runalarm.1 runlock.1 runstat.1 version examples cronutils.spec runcron regtest.sh tests