https://gitlab.inria.fr/cado-nfs/cado-nfs
Raw File
Tip revision: eba92834657f1851d245f4ba7032dddefda0b2d9 authored by Emmanuel Thomé on 18 April 2021, 12:36:59 UTC
ugly temporary fix. The correct code is in branch fbroot_batchinv anyway
Tip revision: eba9283
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