https://gitlab.inria.fr/cado-nfs/cado-nfs
Raw File
Tip revision: a4aad68ec077be4182b3504de9c3209a46ab8aa7 authored by Emmanuel Thomé on 21 October 2020, 08:04:39 UTC
Merge commit '7c10b68f0' into investigate-30009
Tip revision: a4aad68
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