diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2021-11-18 11:12:41 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2021-11-18 11:12:41 +0100 |
commit | 5acecf0b844942166a3520e63308b27ef2287c88 (patch) | |
tree | 63ba8659e0c832ed77a0289721d84be807874700 /GNUmakefile | |
parent | c00040f18a1660d1611a8308ea35caeee05b2e5e (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 a6abacac..479d8454 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -114,7 +114,7 @@ pd_release: roxygen git add -A r-forge: - git archive master > $(HOME)/git/mkin/mkin.tar;\ + git archive main > $(HOME)/git/mkin/mkin.tar;\ cd $(RFDIR) && rm -r `ls` && tar -xf $(HOME)/git/mkin/mkin.tar;\ rm -r $(SDDIR)/*;\ cp -a docs/* $(SDDIR);\ |