Setting tag pyplnet-4.3-14
[build.git] / Makefile
index 78533ca..3cab844 100644 (file)
--- a/Makefile
+++ b/Makefile
 ####################
 
 # exported to spec files as plrelease
-PLANETLAB_RELEASE = 5.0
+PLANETLAB_RELEASE = 5.1
 
 #
 # Default values
@@ -389,6 +389,10 @@ $(foreach module,$(ALL.modules),$(eval $(call target_extract_module,$(module))))
 
 ### the tests area
 # use this makefile to extract tests rather than extracting manually in vbuild-nightly
+build-clean:
+       rm -rf MODULES/build
+.PHONY: build-clean
+
 tests-clean:
        rm -rf MODULES/tests
 .PHONY: tests-clean