makefile tweak
This commit is contained in:
parent
80a877ddab
commit
8b95b173cd
7
makefile
7
makefile
@ -27,5 +27,12 @@ test_server:
|
|||||||
test:
|
test:
|
||||||
python test/run.py
|
python test/run.py
|
||||||
|
|
||||||
|
# For the fork that is configured with appveyor
|
||||||
|
rebase_upstream:
|
||||||
|
git fetch upstream
|
||||||
|
git checkout master
|
||||||
|
git reset --hard upstream/master
|
||||||
|
git push origin master --force
|
||||||
|
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
.PHONY: build
|
.PHONY: build
|
||||||
|
Loading…
Reference in New Issue
Block a user