https://gitlab.inria.fr/cado-nfs/cado-nfs
Raw File
Tip revision: 13ad21162e4acffc53bc391e8fe0cbbb1de31437 authored by Alexander Kruppa on 16 February 2015, 13:39:57 UTC
Changes to make P+1 with 2/7 and 6/5 one method, but with two parameterizations.
Tip revision: 13ad211
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