X-Git-Url: https://www.flypig.org.uk/git/?a=blobdiff_plain;f=src%2FMakefile;h=1515e5a4d66b0b4a5d37508fbd97b02951f57c47;hb=2899f53a1570aa14f55fc07fcaabb0476d707679;hp=7509900056db70b501e2995a45971a02eed50240;hpb=083c8ed5152db2fd68a26ae7a04f12f8dd467a96;p=hashcat.git diff --git a/src/Makefile b/src/Makefile index 7509900..1515e5a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -87,7 +87,7 @@ VERSION_TAG := $(shell test -d .git && git describe --tags --dirty= ## Compiler flags ## -CFLAGS := -pipe -W -Wall -std=c99 -Iinclude/ -I$(OPENCL_HEADERS_KHRONOS)/ +CFLAGS := -pipe -W -Wall -std=c99 -Iinclude/ -IOpenCL/ -I$(OPENCL_HEADERS_KHRONOS)/ ifndef DEBUG CFLAGS += -O2