X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/97ded7c1c37078d34c0213d72777fdff3b6aebda..898f5f89d3e2c6100f7e0ab6fc4a200b8fc75bb5:/Makefile diff --git a/Makefile b/Makefile index d95a5a3..7857b8e 100644 --- a/Makefile +++ b/Makefile @@ -33,6 +33,7 @@ CFLAGS += -DSHA1_HEADER='$(SHA1_HEADER)' CFLAGS += -DCGIT_VERSION='"$(CGIT_VERSION)"' CFLAGS += -DCGIT_CONFIG='"$(CGIT_CONFIG)"' CFLAGS += -DCGIT_SCRIPT_NAME='"$(CGIT_SCRIPT_NAME)"' +CFLAGS += -DCGIT_CACHE_ROOT='"$(CACHE_ROOT)"' cgit: cgit.c $(OBJECTS)