about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2015-08-03 13:53:25 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2015-08-03 13:53:25 +0200
commit91dae7a9bcc0a73fe684d9def8ca6224c5de0213 (patch)
tree7743bd7c3c5afafe486a1fe559570c083e048552 /Makefile
parenta8c5f2f79d773c98318f5f8708579845c7904140 (diff)
downloadnq-91dae7a9bcc0a73fe684d9def8ca6224c5de0213.tar.gz
nq-91dae7a9bcc0a73fe684d9def8ca6224c5de0213.tar.xz
nq-91dae7a9bcc0a73fe684d9def8ca6224c5de0213.zip
flock(2) is not actually POSIX...
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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: