https://gitlab.inria.fr/cado-nfs/cado-nfs
Raw File
Tip revision: 2acb184f417f8629946a0ca2db36dbdbd1741d11 authored by Emmanuel Thomé on 11 September 2017, 11:56:04 UTC
disable Werror for releases
Tip revision: 2acb184
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