https://gitlab.inria.fr/cado-nfs/cado-nfs
Raw File
Tip revision: 79ba3fe7c4ebe95ecbe9203a3fb7ac7b13c1cd88 authored by Alexander Kruppa on 28 May 2021, 16:39:08 UTC
Add non-regression test for wudb.py command line
Tip revision: 79ba3fe
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