Mise à jour de 'Makefile'

Update makefile to check if yotta is installed
This commit is contained in:
Anthony 2022-09-07 05:46:26 +00:00
parent fb82a6f0b2
commit 7fd0c254f1
1 changed files with 8 additions and 5 deletions

View File

@ -1,11 +1,14 @@
all: build
patch:
@sed -i "s/VERSION 2.8.11/VERSION 3.0.0/" ~/.local/lib/python3.6/site-packages/yotta/lib/templates/subdir_CMakeLists.txt
@sed -i "s/VERSION 2.8.11/VERSION 3.0.0/" ~/.local/lib/python3.6/site-packages/yotta/lib/templates/base_CMakeLists.txt
@sed -i "s/^cmake_policy(SET CMP0017 OLD)/#cmake_policy(SET CMP0017 OLD)/" ~/.local/lib/python3.6/site-packages/yotta/lib/templates/base_CMakeLists.txt
VERSION := $(shell yt --version 2> /dev/null)
build: patch
check:
ifeq($VERSION),)
@echo you should use before trying anything: source /sync/Module_Dev_App_Mobile/yotta/bin/activate
@false
endif
build:
@yt build
install: