https://gitlab.inria.fr/cado-nfs/cado-nfs
Raw File
Tip revision: 0b8ff834db359e03208d639f6e4a2f56195aef75 authored by Emmanuel Thomé on 04 April 2021, 18:55:04 UTC
fix minor script bugs
Tip revision: 0b8ff83
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