diff --git a/Makefile b/Makefile
index 43e792af8a27ecf982ea1dbb0768c3bc38d5f9d6..49609d5bf07586b762dd75e6dce856f77622ff91 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 # ** header v3.0
-# This file is a part of the CaosDB Project.
+# This file is a part of the LinkAhead Project.
 #
 # Copyright (C) 2021 IndiScale GmbH <info@indiscale.com>
 # Copyright (C) 2021 Daniel Hornung <d.hornung@indiscale.com>
@@ -68,11 +68,11 @@ conan-install-debug:
 .PHONY: conan-install-debug
 
 conan-create:
-	conan create -s $(CONAN_SETTINGS) -o caosdb/*:build_acm=True . 
+	conan create -s $(CONAN_SETTINGS) -o linkahead/*:build_acm=True . 
 .PHONY: conan-create
 
 conan-create-debug:
-	conan create -s $(CONAN_SETTINGS) -s build_type=Debug -o caosdb/*:build_acm=True .
+	conan create -s $(CONAN_SETTINGS) -s build_type=Debug -o linkahead/*:build_acm=True .
 
 .PHONY: conan-create-debug