https://gitlab.inria.fr/cado-nfs/cado-nfs
Raw File
Tip revision: e52781a96bc96ddbb1cd741f60abfcba93c140bf authored by Emmanuel Thomé on 06 August 2021, 16:01:33 UTC
Merge branch 'try-to-fix-30020' into 'master'
Tip revision: e52781a
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