From 668cbe70da8f32d78e9d2c2be76e1aa5d785aba4 Mon Sep 17 00:00:00 2001 From: yamadapc Date: Tue, 8 Mar 2022 20:55:56 +1100 Subject: [PATCH] Improve Makefile caching a bit --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b9c715c..28e29fa 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ release-build-and-test: FORCE cd build/release && make -j ./build/release/bin/filesaver_tests -gui-conan: FORCE +FileSaver/fat_conan.xcconfig: mkdir -p FileSaver/conan cd FileSaver/conan && conan install .. --build --profile ../conan.prof mkdir -p FileSaver/conan-x86 @@ -27,7 +27,7 @@ fix-xcconfig: FORCE cat ./FileSaver/conan-x86/conanbuildinfo.xcconfig | sed 's/ =/[arch=x86_64] =/' >> ./FileSaver/fat_conan.xcconfig build-gui-release: FORCE - make gui-conan + make FileSaver/fat_conan.xcconfig cd FileSaver && xcodebuild -project ./FileSaver.xcodeproj -scheme FileSaver -configuration Release # Requires github-release https://github.com/github-release/github-release