Un outil pour réarranger les lignes de stdin - retour accueil
git clone git://bebou.netlib.re/reorder
Log | Files | Refs | README |
commit ca6496559b1bd10a71c0700b3924ef35a19a1fdb parent 14379bd4d2bbefec2f66ec65811bef3e9894bde2 Auteurice: Arthur Pons <arthur.pons@unistra.fr> Date: Thu, 16 Jan 2025 16:30:44 +0100 C'est implicite Mais est-ce que c'est bien de le rendre implicite ? Diffstat:
M | makefile | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/makefile b/makefile @@ -1,7 +1,6 @@ PREFIX = /usr/local reorder: reorder.c - $(CC) reorder.c -o reorder .PHONY: clean clean: