https://gitlab.inria.fr/cado-nfs/cado-nfs
Raw File
Tip revision: 83b03af1ced68058623c0727d0ed7510588e177b authored by Pierrick Gaudry on 24 February 2016, 15:17:45 UTC
Rewrote misc/descent-init.c to make it more like a library.
Tip revision: 83b03af
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