https://gitlab.inria.fr/cado-nfs/cado-nfs
Raw File
Tip revision: cdc0548cc7a51eb3917dfaa91865217ff7c39c28 authored by Alexander Kruppa on 08 October 2014, 12:53:22 UTC
Add missing entries
Tip revision: cdc0548
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