From 91dae7a9bcc0a73fe684d9def8ca6224c5de0213 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Mon, 3 Aug 2015 13:53:25 +0200 Subject: flock(2) is not actually POSIX... --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4df9cf2..c6cc8d6 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CFLAGS=-g -std=c89 -Wall -O2 +CFLAGS=-g -Wall -O2 all: nq nq: nq.c clean: -- cgit 1.4.1