https://gitlab.inria.fr/cado-nfs/cado-nfs
Raw File
Tip revision: 87b104fd3792b91ecd46fdf751683b13a3d4fd6c authored by Emmanuel Thomé on 19 March 2021, 11:25:52 UTC
fix small bug ; sometimes freerels lack a colon after shrink_rels
Tip revision: 87b104f
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