Browse code

update makefile

Guangchuang Yu authored on 30/10/2019 02:08:50
Showing 1 changed files

  • Makefile index eb79ef3..b856ac1 100644
... ...
@@ -59,6 +59,9 @@ biocinit:
59 59
 	git remote add upstream git@git.bioconductor.org:packages/$(PKGNAME).git;\
60 60
 	git fetch --all
61 61
 
62
+rmoldrelease:
63
+	git branch -D RELEASE_3_9
64
+
62 65
 release:
63 66
 	git checkout RELEASE_3_10;\
64 67
 	git fetch --all