https://gitlab.inria.fr/cado-nfs/cado-nfs
Raw File
Tip revision: 84472a4c80269eb9d62b9119d56e5a5b48e0c793 authored by Emmanuel Thomé on 29 March 2021, 14:54:59 UTC
Merge branch 'g++10-fixes' into 'master'
Tip revision: 84472a4
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