https://gitlab.inria.fr/cado-nfs/cado-nfs
Raw File
Tip revision: 86c11ac97b00692a5239829cf1174383aaa21efd authored by Emmanuel Thomé on 29 June 2020, 17:54:15 UTC
This re-enables the low-level assembly code for reduce plattice.
Tip revision: 86c11ac
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