diff --git a/python/Makefile b/python/Makefile index 0bfbf9f4f3206a5aa57a30dbe42706f66aaa7d0e..5cd7f978d4b0ce37831e4b49a2b27acdfc67aa7c 100644 --- a/python/Makefile +++ b/python/Makefile @@ -9,13 +9,6 @@ VERSION = $(shell if test -f ../VERSION ; then grep -v \\\# ../VERSION ; else ec plumed_compiled := $(wildcard ../src/lib/plumed) -ifeq ($(strip $(plumed_compiled)),) - -all: - @echo You must compile plumed before building the cython interface - -else - ifdef python_bin all: @@ -31,7 +24,6 @@ else all: @echo Python support was not configure -endif endif