https://gitlab.inria.fr/cado-nfs/cado-nfs
Raw File
Tip revision: 84349a7c28e80652e1edbc149e90fb6e02c519e3 authored by Emmanuel Thomé on 15 February 2021, 17:22:29 UTC
[skip some ci] test
Tip revision: 84349a7
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