timer

un timer en shell - retour accueil

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

commit ccc8868277ea65d8005e885180a333c45b7686e7
parent bd33fb7402848b0be2006fdf5a6fdfca89c57aba
Auterice: Arthur Pons <arthur.pons@unistra.fr>
Date:   Fri, 12 Jan 2024 10:26:07 +0100

Ajout d'un makefile pour l'install

Diffstat:
Amakefile | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/makefile b/makefile @@ -0,0 +1,7 @@ +PREFIX = /usr/local + +all: + +install: + mkdir -p "${DESTDIR}${PREFIX}/bin" + cp timer "${DESTDIR}${PREFIX}/bin"