Revision 1d2f45d681595c9ddf588faa86be317ae87974f6 authored by Pierrick Gaudry on 22 November 2010, 20:54:05 UTC, committed by Pierrick Gaudry on 22 November 2010, 20:54:05 UTC

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