From aa2ced081a0f63fac789cbfa71aaaf5ca1dab2e9 Mon Sep 17 00:00:00 2001 From: tTh Date: Mon, 13 Jun 2022 20:50:38 +0200 Subject: [PATCH] new target --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 84ed3326..ae26b8d7 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,9 @@ all: essai essai: essai.c libfloatimg.a floatimg.h Makefile gcc $(COPT) $< $(LDOPT) -lpnglite -lz -o $@ +install: + @echo "=== Use the 'install.sh' script ===" + #--------------------------------------------------------------- TOTAR = *.[ch] Makefile *.sh *.md \