diff --git a/Makefile b/Makefile
index e4ff372d35a43a39b10e933523704606a0f9028f..08550c822ad9d6306a8b437d978c6cf902e554cb 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
 SHELL = /bin/bash -o pipefail
 
 PROTODIR=perxis-proto/proto
-DSTDIR=config/clients
+DSTDIR=config/dist
 
 ALLPROTO?=$(shell find $(PROTODIR) -name '*.proto' )
 PROTOFILES=	$(filter-out proto/status/status.proto, $(ALLPROTO))