ajout du script pour tester le cas chelous de la precision 0

This commit is contained in:
Hugo LAMY
2020-03-08 18:03:08 +01:00
parent e65a27e1f3
commit c79d28a2ce
7 changed files with 46 additions and 5 deletions

View File

@@ -33,6 +33,7 @@ LFLAGS = -L$(LDIR) -l$(LIBS)
all: $(NAME)
$(NAME): $(ODIR) $(OBJS) $(DEPS)
make -C $(LDIR)
cp $(LDIR)$(_LIBS) ./
mv $(_LIBS) $(NAME)
ar -rc $@ $(OBJS)