gelinive

Créer des profils du manteau neigeux - retour accueil

git clone git://bebou.netlib.re/gelinive
Log | Files | Refs | README |

commit 18e6f1367c8ecbb4b03fef66768f7a4ad3dfc778
parent 6a41d13516bb610e23d6254c18f6fe4743b845be
Auterice: Arthur Pons <arthur.pons@unistra.fr>
Date:   Mon, 11 Mar 2024 10:50:00 +0100

Règle install dans le makefile pour installer

Diffstat:
Mmakefile | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/makefile b/makefile @@ -1,6 +1,10 @@ +PREFIX = /usr/local + test:;tests/test all: install: + mkdir -p ${DESTDIR}${PREFIX}/bin + cp gelinive ${DESTDIR}${PREFIX}/bin