diff --git a/Makefile b/Makefile index 36adb8e..b2a3fd9 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ SRC := $(wildcard **/*.c **/*/*.c **/*.cc **/*/*.cc) HEADERS := $(wildcard **/*.h **/*/*.h **/*.hh **/*/*.hh) HTML := $(wildcard html/*.js html/*.html) -CFLAGS := -Werror -Wall -g -I$(PWD) +CFLAGS := -Werror -Wall -g -I$(CURDIR) LDLIBS := -lpthread -lstdc++ ifneq (x,x$(shell which ccache))