Regular commit

This commit is contained in:
Philipp Homan yoga ubuntu 17.10 2018-04-05 15:45:01 +02:00
parent 9c604b018d
commit 607bb97160
1 changed files with 4 additions and 1 deletions

View File

@ -76,7 +76,10 @@ $(README): README.org $(EMACSINIT)
emacs -l $(EMACSINIT) README.org $(EMACSRARGS);
git: all
git add .
git add src/org-mode-poster*
git add README*
git add ext/*
git add Makefile
git commit -m "Regular commit"
git push origin master