Merge branch 'master' of /home/git/concurrency-benchmarks
[c11concurrency-benchmarks.git] / silo / third-party / lz4 / Makefile
index 92145897ec9ac121ec3e98dd3612c1266ada4b9c..c4e22840a81f8702cf616570a7e8dd9d38fcd7a8 100644 (file)
@@ -1,4 +1,4 @@
-CC=gcc
+CC=../../../gcc
 CFLAGS=-I. -std=c99 -Wall -W -Wundef -Wno-implicit-function-declaration
 
 OS := $(shell uname)