From c49b8d0f193349f8c5e0e737967ee9ebd7a7a769 Mon Sep 17 00:00:00 2001 From: Joscha Schmiedt <joscha@schmiedt.dev> Date: Sat, 31 Aug 2024 23:21:13 +0200 Subject: [PATCH] Rename Makefile --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 43e792a..49609d5 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 -- GitLab