commit acd97588acd9cfca80353069f70f1703b23e2685
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Mon Sep 13 08:37:53 2021 +0200

    Imakefile: Fix calling ar

diff --git a/Imakefile b/Imakefile
index afce7a4..93fb5ac 100644
--- a/Imakefile
+++ b/Imakefile
@@ -174,6 +174,8 @@ CDEBUGFLAGS= -g -O2 $(XTELCFLAGS) $(SVR4CFLAGS)
 
 INCLUDES= -IWidgets -IVideotex
 
+AR = ar cq
+
 #ifdef MOTIF
 
     TOOLKITSRCS= xm.c
