diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2021-11-18 11:16:44 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2021-11-18 11:16:44 +0100 |
commit | 037be66f8c587d8a280d67c00e4b004ecd8cb775 (patch) | |
tree | 5930cd50de407017b3eeb0e5de8380e410ae8ada /GNUmakefile | |
parent | 8b1877ff07d3ab11472bcdba0f273abb2432c0b4 (diff) |
Updates after changing the default branch to main
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index da6a8bc..3bc12e7 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -73,7 +73,7 @@ dratwin: winbin "$(RBIN)/Rscript" -e "drat::insertPackage('$(WINBIN)', '~/git/drat/', commit = TRUE)" r-forge: - git archive master > $(PKGDIR)/gmkin.tar;\ + git archive main > $(PKGDIR)/gmkin.tar;\ cd $(RFDIR) && rm -r `ls` && tar -xf $(PKGDIR)/gmkin.tar;\ rm -r $(SDDIR)/*;\ cp -a docs/* $(SDDIR);\ |