X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=silo%2Fthird-party%2Flz4%2FMakefile;h=c4e22840a81f8702cf616570a7e8dd9d38fcd7a8;hb=80b9bd33985bec36b89fca167c7bc87e7e4e8995;hp=92145897ec9ac121ec3e98dd3612c1266ada4b9c;hpb=1491fc3840762ae57661f247ae363be83e0132a2;p=c11concurrency-benchmarks.git diff --git a/silo/third-party/lz4/Makefile b/silo/third-party/lz4/Makefile index 9214589..c4e2284 100644 --- a/silo/third-party/lz4/Makefile +++ b/silo/third-party/lz4/Makefile @@ -1,4 +1,4 @@ -CC=gcc +CC=../../../gcc CFLAGS=-I. -std=c99 -Wall -W -Wundef -Wno-implicit-function-declaration OS := $(shell uname)