diff --git a/Makefile b/Makefile index 8d3b7a4..ca3bdf9 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ SRC_DIR := src SOURCES != find '$(SRC_DIR)' -iname '*.v' -V_RELEASE := weekly.2022.05 +V_RELEASE := weekly.2022.06 V_PATH ?= v-$(V_RELEASE)/v V := $(V_PATH) -showcc -gc boehm ENV := API_KEY=test DOWNLOAD_DIR=data/downloads REPO_DIR=data/repos PKG_DIR=data/pkgs LOG_LEVEL=DEBUG