https://gitlab.inria.fr/cado-nfs/cado-nfs
Raw File
Tip revision: e3353fd6a8297b3aba816d23264ec25efa87cd5d authored by Emmanuel Thomé on 19 April 2021, 12:11:16 UTC
Merge branch 'master' into bucket_sieve_powers
Tip revision: e3353fd
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