Skip to content
Snippets Groups Projects
Commit c49b8d0f authored by Joscha Schmiedt's avatar Joscha Schmiedt
Browse files

Rename Makefile

parent da8032e9
No related branches found
No related tags found
2 merge requests!61Release 0.3.0,!55Rename caosdb-cpplib to linkahead-cpplib
# ** header v3.0 # ** 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 IndiScale GmbH <info@indiscale.com>
# Copyright (C) 2021 Daniel Hornung <d.hornung@indiscale.com> # Copyright (C) 2021 Daniel Hornung <d.hornung@indiscale.com>
...@@ -68,11 +68,11 @@ conan-install-debug: ...@@ -68,11 +68,11 @@ conan-install-debug:
.PHONY: conan-install-debug .PHONY: conan-install-debug
conan-create: 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 .PHONY: conan-create
conan-create-debug: 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 .PHONY: conan-create-debug
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment