https://gitlab.inria.fr/cado-nfs/cado-nfs
Raw File
Tip revision: 1b0b7154c61494dc58d819b59e43a8c2e94cf7a6 authored by Emmanuel Thomé on 10 April 2021, 13:28:36 UTC
alpine/edge/community has bogus gcovr-4.2-r3 package
Tip revision: 1b0b715
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