We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae3fb9b commit 4dca1d3Copy full SHA for 4dca1d3
Makefile
@@ -42,7 +42,7 @@ include $(BASEDIR)/project.mk
42
43
# Setup paths
44
CHK_CONFIG = test -f "$(CONFIG)" || (echo "System not properly configured. Please launch 'make config' first" && exit 1)
45
-DISTSRC_PATH = $(BUILDDIR)/.distsrc
+DISTSRC_PATH = $(BUILDDIR)/distsrc
46
DISTSRC = $(DISTSRC_PATH)/$(ARTIFACT_NAME)
47
48
.DEFAULT_GOAL := all
0 commit comments