https://gitlab.inria.fr/cado-nfs/cado-nfs
Raw File
Tip revision: 6f56100f0ab68d7bdfc2677560fa0b00afe217da authored by Alex Kruppa on 29 April 2021, 14:09:22 UTC
In ResultsUploader, use ExponentialBackoff for wait times
Tip revision: 6f56100
Makefile
TOP:=..
.NOTPARALLEL:
# This makefile is a placeholder. Please have a look to $(TOP)/scripts/call_cmake.sh,
# and (possibly) edit a file $(TOP)/local.sh to tweak your build preferences.
all: ; +@$(TOP)/scripts/call_cmake.sh $@
%: ; +@$(TOP)/scripts/call_cmake.sh $@
back to top