Revision 1635785c94f2725c71b400a16b6993544dc75350 authored by Pierrick Gaudry on 22 November 2010, 20:55:20 UTC, committed by Pierrick Gaudry on 22 November 2010, 20:55:20 UTC

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/cado-nfs/trunk@424 3eaf19af-ecc0-40f6-b43f-672aa0c71c71
1 parent 1d2f45d
Raw File
Makefile
TOP:=.
.PHONY: polyselect sqrt
# 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 polyselect sqrt %: ; +@$(TOP)/scripts/call_cmake.sh $@
back to top