https://gitlab.inria.fr/cado-nfs/cado-nfs
Raw File
Tip revision: b292e5b5141e545e6a7c6d750bc23cdea51cf1d5 authored by Alexander Kruppa on 03 May 2021, 19:31:15 UTC
Merge branch 'client_wait' into 'master'
Tip revision: b292e5b
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