summaryrefslogtreecommitdiffstats
path: root/programs
diff options
context:
space:
mode:
authorLouis P. Santillan <lpsantil@gmail.com>2015-05-27 02:10:12 (GMT)
committerLouis P. Santillan <lpsantil@gmail.com>2015-05-27 02:10:12 (GMT)
commit00b6535b4c187f97a7f54cfd1dcb38c6c030a627 (patch)
treec4e881feee7958c633a0a47c422b3f88eecbb274 /programs
parent936f75b4db65ba671ce5cac7217b542c73d94a60 (diff)
downloadlz4-00b6535b4c187f97a7f54cfd1dcb38c6c030a627.zip
lz4-00b6535b4c187f97a7f54cfd1dcb38c6c030a627.tar.gz
lz4-00b6535b4c187f97a7f54cfd1dcb38c6c030a627.tar.bz2
Reverted all `Makefile` changes
Diffstat (limited to 'programs')
-rw-r--r--programs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/programs/Makefile b/programs/Makefile
index 5e818e4..39335db 100644
--- a/programs/Makefile
+++ b/programs/Makefile
@@ -39,7 +39,7 @@ RELEASE?= r129
DESTDIR?=
PREFIX ?= /usr/local
CFLAGS ?= -O3
-CFLAGS += -std=gnu99 -Wall -Wextra -Wundef -Wshadow -Wcast-qual -Wcast-align -Wstrict-prototypes -pedantic -DLZ4_VERSION=\"$(RELEASE)\"
+CFLAGS += -std=c99 -Wall -Wextra -Wundef -Wshadow -Wcast-qual -Wcast-align -Wstrict-prototypes -pedantic -DLZ4_VERSION=\"$(RELEASE)\"
FLAGS := -I../lib $(CPPFLAGS) $(CFLAGS) $(LDFLAGS)
BINDIR := $(PREFIX)/bin