https://gitlab.inria.fr/cado-nfs/cado-nfs
Raw File
Tip revision: b2ad5cc0e8c8d57c4ddba61f49fc3073ccfadfc0 authored by Emmanuel Thomé on 11 April 2021, 21:03:49 UTC
write file metadata in freerel
Tip revision: b2ad5cc
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