summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorDaniel Jones <daniel@danieljon.es>2019-03-06 18:29:51 -0500
committerDaniel Jones <daniel@danieljon.es>2019-03-06 18:29:51 -0500
commit08865618d2a8103e022b6b7dcc0e4f9f6d4be182 (patch)
tree5a4b9c35c384fee26cffa780e3d94b2a53f79022 /makefile
parent8b2405d5a2de1e37a8aad18832696745ea0d2467 (diff)
downloadurlopener-08865618d2a8103e022b6b7dcc0e4f9f6d4be182.tar.gz
urlopener-08865618d2a8103e022b6b7dcc0e4f9f6d4be182.zip
use std=c99
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index e1a652a..468fe5d 100644
--- a/makefile
+++ b/makefile
@@ -1,7 +1,7 @@
TARGET = urlopen
LIBS =
CC = gcc
-CFLAGS = -g -Wall -Wextra
+CFLAGS = -g -Wall -Wextra -std=c99
.PHONY: default all clean