Change Makefile to GNUmakefile.
This commit is contained in:
14
GNUmakefile
Normal file
14
GNUmakefile
Normal file
@@ -0,0 +1,14 @@
|
||||
#
|
||||
GIT?= git
|
||||
|
||||
#
|
||||
all: pull
|
||||
|
||||
install:
|
||||
./install.sh
|
||||
|
||||
pull:
|
||||
${GIT} pull -v --rebase origin master --recurse-submodules=yes
|
||||
|
||||
push: pull
|
||||
${GIT} push origin master
|
||||
Reference in New Issue
Block a user