makefile tweak
This commit is contained in:
		
							
								
								
									
										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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user