Revision 8a020b62944456359762345704d3077d75453b18 authored by Paul Zimmermann on 03 November 2010, 13:02:45 UTC, committed by Paul Zimmermann on 03 November 2010, 13:02:45 UTC
	      completed for polynomial selection)


git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/cado-nfs/trunk@361 3eaf19af-ecc0-40f6-b43f-672aa0c71c71
1 parent 762a2aa
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